Class: Aws::Types::Entitlement

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")


1026
1027
1028
# File 'sig/types.rbs', line 1026

def app_visibility
  @app_visibility
end

#attributes::Array[Types::EntitlementAttribute]

Returns the value of attribute attributes.

Returns:



1027
1028
1029
# File 'sig/types.rbs', line 1027

def attributes
  @attributes
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def description
  @description
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def name
  @name
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def stack_name
  @stack_name
end