Class: Aws::Resiliencehubv2::Types::ServiceResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Represents a resource associated with a service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_source ⇒ Types::InputSource
The input source that discovered the resource.
-
#resource ⇒ Types::Resource
The resource details.
-
#resource_identifier ⇒ String
The identifier of the resource.
Instance Attribute Details
#input_source ⇒ Types::InputSource
The input source that discovered the resource.
3648 3649 3650 3651 3652 3653 3654 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3648 class ServiceResource < Struct.new( :resource_identifier, :input_source, :resource) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
The resource details.
3648 3649 3650 3651 3652 3653 3654 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3648 class ServiceResource < Struct.new( :resource_identifier, :input_source, :resource) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The identifier of the resource.
3648 3649 3650 3651 3652 3653 3654 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3648 class ServiceResource < Struct.new( :resource_identifier, :input_source, :resource) SENSITIVE = [] include Aws::Structure end |