Method: Aws::CloudControlApi::Types::GetResourceOutput#resource_description
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
#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 |