Class: Aws::FIS::Types::TargetAccountConfigurationSummary

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

Overview

Provides a summary of a target account configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the target account.

Returns:

  • (String)


2026
2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2026

class TargetAccountConfigurationSummary < Struct.new(
  :role_arn,
  :account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the target account.

Returns:

  • (String)


2026
2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2026

class TargetAccountConfigurationSummary < Struct.new(
  :role_arn,
  :account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role for the target account.

Returns:

  • (String)


2026
2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2026

class TargetAccountConfigurationSummary < Struct.new(
  :role_arn,
  :account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end