Class: Aws::Types::CreateOpenIDConnectProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOpenIDConnectProviderRequest
- 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.
-
#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.
198 199 200 |
# File 'sig/types.rbs', line 198 def client_id_list @client_id_list end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
200 201 202 |
# File 'sig/types.rbs', line 200 def @tags end |
#thumbprint_list ⇒ ::Array[::String]
Returns the value of attribute thumbprint_list.
199 200 201 |
# File 'sig/types.rbs', line 199 def thumbprint_list @thumbprint_list end |
#url ⇒ ::String
Returns the value of attribute url.
197 198 199 |
# File 'sig/types.rbs', line 197 def url @url end |