Class: Aws::Types::OAuthParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_ca_certificates_bundle_s3_uri::String

Returns the value of attribute identity_provider_ca_certificates_bundle_s3_uri.

Returns:

  • (::String)


8736
8737
8738
# File 'sig/types.rbs', line 8736

def identity_provider_ca_certificates_bundle_s3_uri
  @identity_provider_ca_certificates_bundle_s3_uri
end

#identity_provider_resource_uri::String

Returns the value of attribute identity_provider_resource_uri.

Returns:

  • (::String)


8735
8736
8737
# File 'sig/types.rbs', line 8735

def identity_provider_resource_uri
  @identity_provider_resource_uri
end

#identity_provider_vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute identity_provider_vpc_connection_properties.



8734
8735
8736
# File 'sig/types.rbs', line 8734

def identity_provider_vpc_connection_properties
  @identity_provider_vpc_connection_properties
end

#o_auth_scope::String

Returns the value of attribute o_auth_scope.

Returns:

  • (::String)


8733
8734
8735
# File 'sig/types.rbs', line 8733

def o_auth_scope
  @o_auth_scope
end

#token_provider_url::String

Returns the value of attribute token_provider_url.

Returns:

  • (::String)


8732
8733
8734
# File 'sig/types.rbs', line 8732

def token_provider_url
  @token_provider_url
end