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.
946 947 948 949 950 951 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 946 class ResourceDescription < Struct.new( :identifier, :properties) SENSITIVE = [:properties] include Aws::Structure end |
#properties ⇒ String
A list of the resource properties and their current values.
946 947 948 949 950 951 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 946 class ResourceDescription < Struct.new( :identifier, :properties) SENSITIVE = [:properties] include Aws::Structure end |