Class: Aws::CloudWatchOmni::Types::CreateOneTimeDeepLinkCodeOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The one-time deep-link code.

Returns:

  • (String)


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

The deep-link URL containing the one-time code.

Returns:

  • (String)


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_atTime

The timestamp when the code expires.

Returns:

  • (Time)


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