Class: Aws::Resiliencehubv2::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::Resource
- Includes:
- Structure
- Defined in:
- 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.
2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2883 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.
2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2883 class Resource < Struct.new( :identifier, :aws_region, :aws_account_id, :resource_type) SENSITIVE = [] include Aws::Structure end |