Class: Aws::ServiceCatalog::Types::ResourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ResourceDetail
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the resource.
-
#created_time ⇒ Time
The creation time of the resource.
-
#description ⇒ String
The description of the resource.
-
#id ⇒ String
The identifier of the resource.
-
#name ⇒ String
The name of the resource.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource.
5741 5742 5743 5744 5745 5746 5747 5748 5749 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5741 class ResourceDetail < Struct.new( :id, :arn, :name, :description, :created_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The creation time of the resource.
5741 5742 5743 5744 5745 5746 5747 5748 5749 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5741 class ResourceDetail < Struct.new( :id, :arn, :name, :description, :created_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the resource.
5741 5742 5743 5744 5745 5746 5747 5748 5749 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5741 class ResourceDetail < Struct.new( :id, :arn, :name, :description, :created_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the resource.
5741 5742 5743 5744 5745 5746 5747 5748 5749 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5741 class ResourceDetail < Struct.new( :id, :arn, :name, :description, :created_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
5741 5742 5743 5744 5745 5746 5747 5748 5749 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5741 class ResourceDetail < Struct.new( :id, :arn, :name, :description, :created_time) SENSITIVE = [] include Aws::Structure end |