Class: Aws::Types::CreateOAuthClientApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOAuthClientApplicationRequest
- 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_client_authentication_type ⇒ "TOKEN"
Returns the value of attribute o_auth_client_authentication_type.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def aws_account_id @aws_account_id end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def client_secret @client_secret end |
#data_source_type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute data_source_type.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 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.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def identity_provider_vpc_connection_properties @identity_provider_vpc_connection_properties end |
#name ⇒ ::String
Returns the value of attribute name.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def name @name end |
#o_auth_authorization_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_authorization_endpoint_url.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def @o_auth_authorization_endpoint_url end |
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def o_auth_client_application_id @o_auth_client_application_id end |
#o_auth_client_authentication_type ⇒ "TOKEN"
Returns the value of attribute o_auth_client_authentication_type.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def o_auth_client_authentication_type @o_auth_client_authentication_type end |
#o_auth_scopes ⇒ ::String
Returns the value of attribute o_auth_scopes.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def o_auth_scopes @o_auth_scopes end |
#o_auth_token_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_token_endpoint_url.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def o_auth_token_endpoint_url @o_auth_token_endpoint_url end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def @tags end |