Class: Aws::AppRegistry::Types::AssociateAttributeGroupResponse

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

#application_arnString

The Amazon resource name (ARN) of the application that was augmented with attributes.

Returns:

  • (String)


188
189
190
191
192
193
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 188

class AssociateAttributeGroupResponse < Struct.new(
  :application_arn,
  :attribute_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_group_arnString

The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.

Returns:

  • (String)


188
189
190
191
192
193
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 188

class AssociateAttributeGroupResponse < Struct.new(
  :application_arn,
  :attribute_group_arn)
  SENSITIVE = []
  include Aws::Structure
end