Class: Aws::AppRegistry::Types::AttributeGroup

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

Overview

Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) that specifies the attribute group across services.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 285

class AttributeGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The ISO-8601 formatted timestamp of the moment the attribute group was created.

Returns:

  • (Time)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 285

class AttributeGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the attribute group that the user provides.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 285

class AttributeGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The globally unique attribute group identifier of the attribute group.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 285

class AttributeGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

Returns:

  • (Time)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 285

class AttributeGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the attribute group.

Returns:

  • (String)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 285

class AttributeGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Key-value pairs you can use to associate with the attribute group.

Returns:

  • (Hash<String,String>)


285
286
287
288
289
290
291
292
293
294
295
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 285

class AttributeGroup < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_time,
  :last_update_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end