Class: Aws::Types::AssociateApplicationToEntitlementRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier::String

Returns the value of attribute application_identifier.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def application_identifier
  @application_identifier
end

#entitlement_name::String

Returns the value of attribute entitlement_name.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def entitlement_name
  @entitlement_name
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:



172
173
174
# File 'sig/types.rbs', line 172

def stack_name
  @stack_name
end