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.
12415 12416 12417 |
# File 'sig/types.rbs', line 12415 def aws_account_id @aws_account_id end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
12418 12419 12420 |
# File 'sig/types.rbs', line 12418 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
12419 12420 12421 |
# File 'sig/types.rbs', line 12419 def client_secret @client_secret end |
#data_source_type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute data_source_type.
12423 12424 12425 |
# File 'sig/types.rbs', line 12423 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.
12424 12425 12426 |
# File 'sig/types.rbs', line 12424 def identity_provider_vpc_connection_properties @identity_provider_vpc_connection_properties end |
#name ⇒ ::String
Returns the value of attribute name.
12417 12418 12419 |
# File 'sig/types.rbs', line 12417 def name @name end |
#o_auth_authorization_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_authorization_endpoint_url.
12421 12422 12423 |
# File 'sig/types.rbs', line 12421 def @o_auth_authorization_endpoint_url end |
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
12416 12417 12418 |
# File 'sig/types.rbs', line 12416 def o_auth_client_application_id @o_auth_client_application_id end |
#o_auth_scopes ⇒ ::String
Returns the value of attribute o_auth_scopes.
12422 12423 12424 |
# File 'sig/types.rbs', line 12422 def o_auth_scopes @o_auth_scopes end |
#o_auth_token_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_token_endpoint_url.
12420 12421 12422 |
# File 'sig/types.rbs', line 12420 def o_auth_token_endpoint_url @o_auth_token_endpoint_url end |