Class: Aws::CloudControlApi::Types::GetResourceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_descriptionTypes::ResourceDescription

Represents information about a provisioned resource.



420
421
422
423
424
425
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 420

class GetResourceOutput < Struct.new(
  :type_name,
  :resource_description)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The name of the resource type.

Returns:

  • (String)


420
421
422
423
424
425
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 420

class GetResourceOutput < Struct.new(
  :type_name,
  :resource_description)
  SENSITIVE = []
  include Aws::Structure
end