Class: Aws::Types::GetOpenIDConnectProviderResponse

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])


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.

Returns:

  • (::Time)


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.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def tags
  @tags
end

#thumbprint_list::Array[::String]

Returns the value of attribute thumbprint_list.

Returns:

  • (::Array[::String])


837
838
839
# File 'sig/types.rbs', line 837

def thumbprint_list
  @thumbprint_list
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def url
  @url
end