Class: Aws::Route53RecoveryReadiness::Types::CreateRecoveryGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cellsArray<String>

Returns:

  • (Array<String>)


222
223
224
225
226
227
228
229
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 222

class CreateRecoveryGroupResponse < Struct.new(
  :cells,
  :recovery_group_arn,
  :recovery_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_group_arnString

Returns:

  • (String)


222
223
224
225
226
227
228
229
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 222

class CreateRecoveryGroupResponse < Struct.new(
  :cells,
  :recovery_group_arn,
  :recovery_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_group_nameString

Returns:

  • (String)


222
223
224
225
226
227
228
229
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 222

class CreateRecoveryGroupResponse < Struct.new(
  :cells,
  :recovery_group_arn,
  :recovery_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource.

Returns:

  • (Hash<String,String>)


222
223
224
225
226
227
228
229
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 222

class CreateRecoveryGroupResponse < Struct.new(
  :cells,
  :recovery_group_arn,
  :recovery_group_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end