Class: Aws::ARCRegionswitch::Types::Asg

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

Overview

Configuration for an Amazon EC2 Auto Scaling group used in a Region switch plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the EC2 Auto Scaling group.

Returns:

  • (String)


282
283
284
285
286
287
288
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 282

class Asg < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#cross_account_roleString

The cross account role for the configuration.

Returns:

  • (String)


282
283
284
285
286
287
288
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 282

class Asg < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID (secret key) for the configuration.

Returns:

  • (String)


282
283
284
285
286
287
288
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 282

class Asg < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end