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.
816 817 818 |
# File 'sig/types.rbs', line 816 def client_id_list @client_id_list end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
818 819 820 |
# File 'sig/types.rbs', line 818 def create_date @create_date end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
819 820 821 |
# File 'sig/types.rbs', line 819 def @tags end |
#thumbprint_list ⇒ ::Array[::String]
Returns the value of attribute thumbprint_list.
817 818 819 |
# File 'sig/types.rbs', line 817 def thumbprint_list @thumbprint_list end |
#url ⇒ ::String
Returns the value of attribute url.
815 816 817 |
# File 'sig/types.rbs', line 815 def url @url end |