Class: Aws::Types::AddClientIDToOpenIDConnectProviderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def client_id
  @client_id
end

#open_id_connect_provider_arn::String

Returns the value of attribute open_id_connect_provider_arn.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def open_id_connect_provider_arn
  @open_id_connect_provider_arn
end