Class: Aws::Types::CreateOpenIDConnectProviderRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id_list::Array[::String]

Returns the value of attribute client_id_list.

Returns:

  • (::Array[::String])


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.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def tags
  @tags
end

#thumbprint_list::Array[::String]

Returns the value of attribute thumbprint_list.

Returns:

  • (::Array[::String])


199
200
201
# File 'sig/types.rbs', line 199

def thumbprint_list
  @thumbprint_list
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def url
  @url
end