Class: Aws::Types::OAuthClientApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::OAuthClientApplicationSummary
- 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_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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8369 8370 8371 |
# File 'sig/types.rbs', line 8369 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
8367 8368 8369 |
# File 'sig/types.rbs', line 8367 def created_time @created_time end |
#data_source_type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute data_source_type.
8365 8366 8367 |
# File 'sig/types.rbs', line 8365 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.
8366 8367 8368 |
# File 'sig/types.rbs', line 8366 def identity_provider_vpc_connection_properties @identity_provider_vpc_connection_properties end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
8368 8369 8370 |
# File 'sig/types.rbs', line 8368 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
8363 8364 8365 |
# File 'sig/types.rbs', line 8363 def name @name end |
#o_auth_client_application_id ⇒ ::String
Returns the value of attribute o_auth_client_application_id.
8362 8363 8364 |
# File 'sig/types.rbs', line 8362 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.
8364 8365 8366 |
# File 'sig/types.rbs', line 8364 def o_auth_client_authentication_type @o_auth_client_authentication_type end |