Module: Aws::VerifiedPermissions::Client::_GetIdentitySourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIdentitySourceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration ⇒ Types::ConfigurationDetail
- #created_date ⇒ ::Time
- #details ⇒ Types::IdentitySourceDetails
- #identity_source_id ⇒ ::String
- #last_updated_date ⇒ ::Time
- #policy_store_id ⇒ ::String
- #principal_entity_type ⇒ ::String
Instance Method Details
#configuration ⇒ Types::ConfigurationDetail
347 |
# File 'sig/client.rbs', line 347
def configuration: () -> Types::ConfigurationDetail
|
#created_date ⇒ ::Time
341 |
# File 'sig/client.rbs', line 341
def created_date: () -> ::Time
|
#details ⇒ Types::IdentitySourceDetails
342 |
# File 'sig/client.rbs', line 342
def details: () -> Types::IdentitySourceDetails
|
#identity_source_id ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def identity_source_id: () -> ::String
|
#last_updated_date ⇒ ::Time
344 |
# File 'sig/client.rbs', line 344
def last_updated_date: () -> ::Time
|
#policy_store_id ⇒ ::String
345 |
# File 'sig/client.rbs', line 345
def policy_store_id: () -> ::String
|
#principal_entity_type ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def principal_entity_type: () -> ::String
|