Class: Aws::CloudWatchOmni::Types::CreateOneTimeDeepLinkCodeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateOneTimeDeepLinkCodeOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:code, :deep_link_url]
Instance Attribute Summary collapse
-
#code ⇒ String
The one-time deep-link code.
-
#deep_link_url ⇒ String
The deep-link URL containing the one-time code.
-
#expires_at ⇒ Time
The timestamp when the code expires.
Instance Attribute Details
#code ⇒ String
The one-time deep-link code.
1247 1248 1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1247 class CreateOneTimeDeepLinkCodeOutput < Struct.new( :code, :deep_link_url, :expires_at) SENSITIVE = [:code, :deep_link_url] include Aws::Structure end |
#deep_link_url ⇒ String
The deep-link URL containing the one-time code.
1247 1248 1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1247 class CreateOneTimeDeepLinkCodeOutput < Struct.new( :code, :deep_link_url, :expires_at) SENSITIVE = [:code, :deep_link_url] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the code expires.
1247 1248 1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1247 class CreateOneTimeDeepLinkCodeOutput < Struct.new( :code, :deep_link_url, :expires_at) SENSITIVE = [:code, :deep_link_url] include Aws::Structure end |