Module: Aws::CognitoIdentity::Client::_GetPrincipalTagAttributeMapResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPrincipalTagAttributeMapResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #identity_pool_id ⇒ ::String
- #identity_provider_name ⇒ ::String
- #principal_tags ⇒ ::Hash[::String, ::String]
- #use_defaults ⇒ Boolean
Instance Method Details
#identity_pool_id ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def identity_pool_id: () -> ::String
|
#identity_provider_name ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def identity_provider_name: () -> ::String
|
#principal_tags ⇒ ::Hash[::String, ::String]
232 |
# File 'sig/client.rbs', line 232
def principal_tags: () -> ::Hash[::String, ::String]
|
#use_defaults ⇒ Boolean
231 |
# File 'sig/client.rbs', line 231
def use_defaults: () -> bool
|