Class: Aws::Types::CreateEntitlementRequest

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:



355
356
357
# File 'sig/types.rbs', line 355

def app_visibility
  @app_visibility
end

#attributes::Array[Types::EntitlementAttribute]

Returns the value of attribute attributes.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def attributes
  @attributes
end

#description::String

Returns the value of attribute description.

Returns:



354
355
356
# File 'sig/types.rbs', line 354

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def name
  @name
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:



353
354
355
# File 'sig/types.rbs', line 353

def stack_name
  @stack_name
end