Class: Aws::Types::GetOpenIDConnectProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOpenIDConnectProviderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id_list ⇒ ::Array[::String]
Returns the value of attribute client_id_list.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#thumbprint_list ⇒ ::Array[::String]
Returns the value of attribute thumbprint_list.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#client_id_list ⇒ ::Array[::String]
Returns the value of attribute client_id_list.
836 837 838 |
# File 'sig/types.rbs', line 836 def client_id_list @client_id_list end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
838 839 840 |
# File 'sig/types.rbs', line 838 def create_date @create_date end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
839 840 841 |
# File 'sig/types.rbs', line 839 def @tags end |
#thumbprint_list ⇒ ::Array[::String]
Returns the value of attribute thumbprint_list.
837 838 839 |
# File 'sig/types.rbs', line 837 def thumbprint_list @thumbprint_list end |
#url ⇒ ::String
Returns the value of attribute url.
835 836 837 |
# File 'sig/types.rbs', line 835 def url @url end |