Class: Aws::Types::DisassociateApplicationFromEntitlementRequest

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:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def application_identifier
  @application_identifier
end

#entitlement_name::String

Returns the value of attribute entitlement_name.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def entitlement_name
  @entitlement_name
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def stack_name
  @stack_name
end