Class: Aws::ServiceCatalog::Types::ResourceDetail

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

Overview

Information about a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the resource.

Returns:

  • (String)


5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5741

class ResourceDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The creation time of the resource.

Returns:

  • (Time)


5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5741

class ResourceDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the resource.

Returns:

  • (String)


5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5741

class ResourceDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the resource.

Returns:

  • (String)


5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5741

class ResourceDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


5741
5742
5743
5744
5745
5746
5747
5748
5749
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5741

class ResourceDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end