Class: Aws::AppRegistry::Types::AttributeGroupSummary

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

Overview

Summary of a Amazon Web Services Service Catalog AppRegistry attribute group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

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

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 367

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

#created_by ⇒ String

The service principal that created the attribute group.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 367

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

#creation_time ⇒ Time

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

Returns:

  • (Time)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 367

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

#description ⇒ String

The description of the attribute group that the user provides.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 367

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

#id ⇒ String

The globally unique attribute group identifier of the attribute group.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 367

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

#last_update_time ⇒ Time

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)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 367

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

#name ⇒ String

The name of the attribute group.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 367

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