Class: Aws::FIS::Types::TargetAccountConfiguration

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

Overview

Describes 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)


2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2001

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

#descriptionString

The description of the target account.

Returns:

  • (String)


2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2001

class TargetAccountConfiguration < 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)


2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2001

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