Module: Aws::IAM::Client::_GetOpenIDConnectProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOpenIDConnectProviderResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #client_id_list ⇒ ::Array[::String]
- #create_date ⇒ ::Time
- #tags ⇒ ::Array[Types::Tag]
- #thumbprint_list ⇒ ::Array[::String]
- #url ⇒ ::String
Instance Method Details
#client_id_list ⇒ ::Array[::String]
833 |
# File 'sig/client.rbs', line 833
def client_id_list: () -> ::Array[::String]
|
#create_date ⇒ ::Time
835 |
# File 'sig/client.rbs', line 835
def create_date: () -> ::Time
|
#tags ⇒ ::Array[Types::Tag]
836 |
# File 'sig/client.rbs', line 836
def tags: () -> ::Array[Types::Tag]
|
#thumbprint_list ⇒ ::Array[::String]
834 |
# File 'sig/client.rbs', line 834
def thumbprint_list: () -> ::Array[::String]
|
#url ⇒ ::String
832 |
# File 'sig/client.rbs', line 832
def url: () -> ::String
|