Class: Aws::Types::OAuthClientApplication
- Inherits:
-
Object
- Object
- Aws::Types::OAuthClientApplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8357 8358 8359 |
# File 'sig/types.rbs', line 8357 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
8355 8356 8357 |
# File 'sig/types.rbs', line 8355 def created_time @created_time end |
#data_source_type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute data_source_type.
8353 8354 8355 |
# File 'sig/types.rbs', line 8353 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.
8354 8355 8356 |
# File 'sig/types.rbs', line 8354 def identity_provider_vpc_connection_properties @identity_provider_vpc_connection_properties end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
8356 8357 8358 |
# File 'sig/types.rbs', line 8356 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
8348 8349 8350 |
# File 'sig/types.rbs', line 8348 def name @name end |
#o_auth_authorization_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_authorization_endpoint_url.
8351 8352 8353 |
# File 'sig/types.rbs', line 8351 def @o_auth_authorization_endpoint_url end |
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
8347 8348 8349 |
# File 'sig/types.rbs', line 8347 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.
8349 8350 8351 |
# File 'sig/types.rbs', line 8349 def o_auth_client_authentication_type @o_auth_client_authentication_type end |
#o_auth_scopes ⇒ ::String
Returns the value of attribute o_auth_scopes.
8352 8353 8354 |
# File 'sig/types.rbs', line 8352 def o_auth_scopes @o_auth_scopes end |
#o_auth_token_endpoint_url ⇒ ::String
Returns the value of attribute o_auth_token_endpoint_url.
8350 8351 8352 |
# File 'sig/types.rbs', line 8350 def o_auth_token_endpoint_url @o_auth_token_endpoint_url end |