Class: Aws::AppRegistry::Types::GetAttributeGroupResponse

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

Overview

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)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

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

#attributesString

A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

Returns:

  • (String)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

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

#created_byString

The service principal that created the attribute group.

Returns:

  • (String)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

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

#creation_timeTime

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

Returns:

  • (Time)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

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

#descriptionString

The description of the attribute group that the user provides.

Returns:

  • (String)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

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

#idString

The identifier of the attribute group.

Returns:

  • (String)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

class GetAttributeGroupResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :attributes,
  :creation_time,
  :last_update_time,
  :tags,
  :created_by)
  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)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

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

#nameString

The name of the attribute group.

Returns:

  • (String)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

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

#tagsHash<String,String>

Key-value pairs associated with the attribute group.

Returns:

  • (Hash<String,String>)


812
813
814
815
816
817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 812

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