Class: Aws::CloudControlApi::Types::GetResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::GetResourceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_description ⇒ Types::ResourceDescription
Represents information about a provisioned resource.
-
#type_name ⇒ String
The name of the resource type.
Instance Attribute Details
#resource_description ⇒ Types::ResourceDescription
Represents information about a provisioned resource.
420 421 422 423 424 425 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 420 class GetResourceOutput < Struct.new( :type_name, :resource_description) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the resource type.
420 421 422 423 424 425 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 420 class GetResourceOutput < Struct.new( :type_name, :resource_description) SENSITIVE = [] include Aws::Structure end |