Module: Aws::CognitoIdentity::Client::_SetPrincipalTagAttributeMapResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SetPrincipalTagAttributeMapResponse]
- 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
330 |
# File 'sig/client.rbs', line 330
def identity_pool_id: () -> ::String
|
#identity_provider_name ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def identity_provider_name: () -> ::String
|
#principal_tags ⇒ ::Hash[::String, ::String]
333 |
# File 'sig/client.rbs', line 333
def principal_tags: () -> ::Hash[::String, ::String]
|
#use_defaults ⇒ Boolean
332 |
# File 'sig/client.rbs', line 332
def use_defaults: () -> bool
|