Class: Aws::Types::UpdateEntitlementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_visibility"ALL", "ASSOCIATED"

Returns the value of attribute app_visibility.

Returns:

  • ("ALL", "ASSOCIATED")


1585
1586
1587
# File 'sig/types.rbs', line 1585

def app_visibility
  @app_visibility
end

#attributes::Array[Types::EntitlementAttribute]

Returns the value of attribute attributes.

Returns:



1586
1587
1588
# File 'sig/types.rbs', line 1586

def attributes
  @attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def name
  @name
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def stack_name
  @stack_name
end