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]
810 |
# File 'sig/client.rbs', line 810
def client_id_list: () -> ::Array[::String]
|
#create_date ⇒ ::Time
812 |
# File 'sig/client.rbs', line 812
def create_date: () -> ::Time
|
#tags ⇒ ::Array[Types::Tag]
813 |
# File 'sig/client.rbs', line 813
def tags: () -> ::Array[Types::Tag]
|
#thumbprint_list ⇒ ::Array[::String]
811 |
# File 'sig/client.rbs', line 811
def thumbprint_list: () -> ::Array[::String]
|
#url ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def url: () -> ::String
|