Module: Aws::WorkMail::Client::_GetImpersonationRoleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImpersonationRoleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #date_created ⇒ ::Time
- #date_modified ⇒ ::Time
- #description ⇒ ::String
- #impersonation_role_id ⇒ ::String
- #name ⇒ ::String
- #rules ⇒ ::Array[Types::ImpersonationRule]
- #type ⇒ "FULL_ACCESS", "READ_ONLY"
Instance Method Details
#date_created ⇒ ::Time
674 |
# File 'sig/client.rbs', line 674
def date_created: () -> ::Time
|
#date_modified ⇒ ::Time
675 |
# File 'sig/client.rbs', line 675
def date_modified: () -> ::Time
|
#description ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def description: () -> ::String
|
#impersonation_role_id ⇒ ::String
669 |
# File 'sig/client.rbs', line 669
def impersonation_role_id: () -> ::String
|
#name ⇒ ::String
670 |
# File 'sig/client.rbs', line 670
def name: () -> ::String
|
#rules ⇒ ::Array[Types::ImpersonationRule]
673 |
# File 'sig/client.rbs', line 673
def rules: () -> ::Array[Types::ImpersonationRule]
|
#type ⇒ "FULL_ACCESS", "READ_ONLY"
671 |
# File 'sig/client.rbs', line 671
def type: () -> ("FULL_ACCESS" | "READ_ONLY")
|