Class: Aws::CloudWatchOmni::Types::SpaceCredentialRequestContext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Identifies what the credentials are for: either an existing space, or a target account in a domain. Specify spaceId, or both domainId and targetAccountId.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The ID of the domain, when returning credentials for a target account that does not yet have a space.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4589

class SpaceCredentialRequestContext < Struct.new(
  :space_id,
  :domain_id,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The ID of an existing space to return credentials for.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4589

class SpaceCredentialRequestContext < Struct.new(
  :space_id,
  :domain_id,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_account_idString

The ID of the target member account. Required when domainId is set.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4589

class SpaceCredentialRequestContext < Struct.new(
  :space_id,
  :domain_id,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end