Class: Aws::Types::OAuthParameters
- Inherits:
-
Object
- Object
- Aws::Types::OAuthParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_provider_ca_certificates_bundle_s3_uri ⇒ ::String
Returns the value of attribute identity_provider_ca_certificates_bundle_s3_uri.
-
#identity_provider_resource_uri ⇒ ::String
Returns the value of attribute identity_provider_resource_uri.
-
#identity_provider_vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute identity_provider_vpc_connection_properties.
-
#o_auth_scope ⇒ ::String
Returns the value of attribute o_auth_scope.
-
#token_provider_url ⇒ ::String
Returns the value of attribute token_provider_url.
Instance Attribute Details
#identity_provider_ca_certificates_bundle_s3_uri ⇒ ::String
Returns the value of attribute identity_provider_ca_certificates_bundle_s3_uri.
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.
8384 8385 8386 |
# File 'sig/types.rbs', line 8384 def identity_provider_resource_uri @identity_provider_resource_uri end |
#identity_provider_vpc_connection_properties ⇒ Types::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.
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.
8381 8382 8383 |
# File 'sig/types.rbs', line 8381 def token_provider_url @token_provider_url end |