Class: Aws::Types::IamAuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IamAuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#operator_app_role_arn ⇒ ::String
Returns the value of attribute operator_app_role_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
786 787 788 |
# File 'sig/types.rbs', line 786 def created_at @created_at end |
#operator_app_role_arn ⇒ ::String
Returns the value of attribute operator_app_role_arn.
785 786 787 |
# File 'sig/types.rbs', line 785 def operator_app_role_arn @operator_app_role_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
787 788 789 |
# File 'sig/types.rbs', line 787 def updated_at @updated_at end |