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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


6267
6268
6269
6270
6271
6272
6273
6274
6275
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6267

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)


6267
6268
6269
6270
6271
6272
6273
6274
6275
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6267

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

#descriptionString

The description of the resource.

Returns:

  • (String)


6267
6268
6269
6270
6271
6272
6273
6274
6275
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6267

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

#idString

The identifier of the resource.

Returns:

  • (String)


6267
6268
6269
6270
6271
6272
6273
6274
6275
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6267

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

#nameString

The name of the resource.

Returns:

  • (String)


6267
6268
6269
6270
6271
6272
6273
6274
6275
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6267

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