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)


5691
5692
5693
5694
5695
5696
5697
5698
5699
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5691

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)


5691
5692
5693
5694
5695
5696
5697
5698
5699
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5691

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

#descriptionString

The description of the resource.

Returns:

  • (String)


5691
5692
5693
5694
5695
5696
5697
5698
5699
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5691

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

#idString

The identifier of the resource.

Returns:

  • (String)


5691
5692
5693
5694
5695
5696
5697
5698
5699
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5691

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

#nameString

The name of the resource.

Returns:

  • (String)


5691
5692
5693
5694
5695
5696
5697
5698
5699
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5691

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