Class: Aws::Types::IdpAuthConfiguration

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)


808
809
810
# File 'sig/types.rbs', line 808

def client_id
  @client_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


811
812
813
# File 'sig/types.rbs', line 811

def created_at
  @created_at
end

#issuer_url::String

Returns the value of attribute issuer_url.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def issuer_url
  @issuer_url
end

#operator_app_role_arn::String

Returns the value of attribute operator_app_role_arn.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def operator_app_role_arn
  @operator_app_role_arn
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def provider
  @provider
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


812
813
814
# File 'sig/types.rbs', line 812

def updated_at
  @updated_at
end