Class: Aws::Types::ImpersonationRole
- Inherits:
-
Object
- Object
- Aws::Types::ImpersonationRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
-
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "FULL_ACCESS", "READ_ONLY"
Returns the value of attribute type.
Instance Attribute Details
#date_created ⇒ ::Time
Returns the value of attribute date_created.
800 801 802 |
# File 'sig/types.rbs', line 800 def date_created @date_created end |
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
801 802 803 |
# File 'sig/types.rbs', line 801 def date_modified @date_modified end |
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
797 798 799 |
# File 'sig/types.rbs', line 797 def impersonation_role_id @impersonation_role_id end |
#name ⇒ ::String
Returns the value of attribute name.
798 799 800 |
# File 'sig/types.rbs', line 798 def name @name end |
#type ⇒ "FULL_ACCESS", "READ_ONLY"
Returns the value of attribute type.
799 800 801 |
# File 'sig/types.rbs', line 799 def type @type end |