Class: Aws::Resiliencehubv2::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::Resource
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Represents an AWS resource discovered by Resilience Hub.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The AWS account ID that owns the resource.
-
#aws_region ⇒ String
The AWS Region where the resource is located.
-
#identifier ⇒ String
The identifier of the resource.
-
#resource_type ⇒ String
The type of the resource.
Instance Attribute Details
#aws_account_id ⇒ String
The AWS account ID that owns the resource.
2828 2829 2830 2831 2832 2833 2834 2835 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 2828 class Resource < Struct.new( :identifier, :aws_region, :aws_account_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The AWS Region where the resource is located.
2828 2829 2830 2831 2832 2833 2834 2835 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 2828 class Resource < Struct.new( :identifier, :aws_region, :aws_account_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the resource.
2828 2829 2830 2831 2832 2833 2834 2835 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 2828 class Resource < Struct.new( :identifier, :aws_region, :aws_account_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
2828 2829 2830 2831 2832 2833 2834 2835 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 2828 class Resource < Struct.new( :identifier, :aws_region, :aws_account_id, :resource_type) SENSITIVE = [] include Aws::Structure end |