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)


8385
8386
8387
# File 'sig/types.rbs', line 8385

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)


8384
8385
8386
# File 'sig/types.rbs', line 8384

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.



8383
8384
8385
# File 'sig/types.rbs', line 8383

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)


8382
8383
8384
# File 'sig/types.rbs', line 8382

def o_auth_scope
  @o_auth_scope
end

#token_provider_url::String

Returns the value of attribute token_provider_url.

Returns:

  • (::String)


8381
8382
8383
# File 'sig/types.rbs', line 8381

def token_provider_url
  @token_provider_url
end