Class: Aws::Types::EntityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EntityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_type ⇒ "USER", "GROUP"
Returns the value of attribute entity_type.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
965 966 967 |
# File 'sig/types.rbs', line 965 def entity_id @entity_id end |
#entity_type ⇒ "USER", "GROUP"
Returns the value of attribute entity_type.
966 967 968 |
# File 'sig/types.rbs', line 966 def entity_type @entity_type end |