Class: Aws::Types::UpdateOAuthClientApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOAuthClientApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#data_source_type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute data_source_type.
-
#identity_provider_vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute identity_provider_vpc_connection_properties.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#o_auth_authorization_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_authorization_endpoint_url.
-
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
-
#o_auth_scopes ⇒ ::String
Returns the value of attribute o_auth_scopes.
-
#o_auth_token_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_token_endpoint_url.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12871 12872 12873 |
# File 'sig/types.rbs', line 12871 def aws_account_id @aws_account_id end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
12874 12875 12876 |
# File 'sig/types.rbs', line 12874 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
12875 12876 12877 |
# File 'sig/types.rbs', line 12875 def client_secret @client_secret end |
#data_source_type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute data_source_type.
12879 12880 12881 |
# File 'sig/types.rbs', line 12879 def data_source_type @data_source_type end |
#identity_provider_vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute identity_provider_vpc_connection_properties.
12880 12881 12882 |
# File 'sig/types.rbs', line 12880 def identity_provider_vpc_connection_properties @identity_provider_vpc_connection_properties end |
#name ⇒ ::String
Returns the value of attribute name.
12873 12874 12875 |
# File 'sig/types.rbs', line 12873 def name @name end |
#o_auth_authorization_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_authorization_endpoint_url.
12877 12878 12879 |
# File 'sig/types.rbs', line 12877 def @o_auth_authorization_endpoint_url end |
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
12872 12873 12874 |
# File 'sig/types.rbs', line 12872 def o_auth_client_application_id @o_auth_client_application_id end |
#o_auth_scopes ⇒ ::String
Returns the value of attribute o_auth_scopes.
12878 12879 12880 |
# File 'sig/types.rbs', line 12878 def o_auth_scopes @o_auth_scopes end |
#o_auth_token_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_token_endpoint_url.
12876 12877 12878 |
# File 'sig/types.rbs', line 12876 def o_auth_token_endpoint_url @o_auth_token_endpoint_url end |