Class: Aws::CloudControlApi::Types::ResourceDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::ResourceDescription
- Defined in:
- gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb
Overview
Represents information about a provisioned resource.
Constant Summary collapse
- SENSITIVE =
[:properties]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The primary identifier for the resource.
-
#properties ⇒ String
A list of the resource properties and their current values.
Instance Attribute Details
#identifier ⇒ String
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
856 857 858 859 860 861 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 856 class ResourceDescription < Struct.new( :identifier, :properties) SENSITIVE = [:properties] include Aws::Structure end |
#properties ⇒ String
A list of the resource properties and their current values.
856 857 858 859 860 861 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 856 class ResourceDescription < Struct.new( :identifier, :properties) SENSITIVE = [:properties] include Aws::Structure end |