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


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.

Returns:

  • (::Time)


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.

Returns:



819
820
821
# File 'sig/types.rbs', line 819

def tags
  @tags
end

#thumbprint_list::Array[::String]

Returns the value of attribute thumbprint_list.

Returns:

  • (::Array[::String])


817
818
819
# File 'sig/types.rbs', line 817

def thumbprint_list
  @thumbprint_list
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def url
  @url
end