Class: Aws::Types::Principal
- Inherits:
-
Object
- Object
- Aws::Types::Principal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access ⇒ "ALLOW", "DENY"
Returns the value of attribute access.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "USER", "GROUP"
Returns the value of attribute type.
Instance Attribute Details
#access ⇒ "ALLOW", "DENY"
Returns the value of attribute access.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def access @access end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def data_source_id @data_source_id end |
#name ⇒ ::String
Returns the value of attribute name.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def name @name end |
#type ⇒ "USER", "GROUP"
Returns the value of attribute type.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def type @type end |