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)


1928
1929
1930
1931
1932
1933
1934
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1928

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

#descriptionString

The description of the target account.

Returns:

  • (String)


1928
1929
1930
1931
1932
1933
1934
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1928

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)


1928
1929
1930
1931
1932
1933
1934
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1928

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