Class: Aws::Route53RecoveryReadiness::Types::GetResourceSetResponse

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

#resource_set_arnString

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 722

class GetResourceSetResponse < Struct.new(
  :resource_set_arn,
  :resource_set_name,
  :resource_set_type,
  :resources,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_set_nameString

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 722

class GetResourceSetResponse < Struct.new(
  :resource_set_arn,
  :resource_set_name,
  :resource_set_type,
  :resources,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_set_typeString

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 722

class GetResourceSetResponse < Struct.new(
  :resource_set_arn,
  :resource_set_name,
  :resource_set_type,
  :resources,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::Resource>

Returns:



722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 722

class GetResourceSetResponse < Struct.new(
  :resource_set_arn,
  :resource_set_name,
  :resource_set_type,
  :resources,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource.

Returns:

  • (Hash<String,String>)


722
723
724
725
726
727
728
729
730
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 722

class GetResourceSetResponse < Struct.new(
  :resource_set_arn,
  :resource_set_name,
  :resource_set_type,
  :resources,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end