Class: Aws::Types::AnalyticsConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#user_data_shared ⇒ Boolean
Returns the value of attribute user_data_shared.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
405 406 407 |
# File 'sig/types.rbs', line 405 def application_arn @application_arn end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
404 405 406 |
# File 'sig/types.rbs', line 404 def application_id @application_id end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
407 408 409 |
# File 'sig/types.rbs', line 407 def external_id @external_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
406 407 408 |
# File 'sig/types.rbs', line 406 def role_arn @role_arn end |
#user_data_shared ⇒ Boolean
Returns the value of attribute user_data_shared.
408 409 410 |
# File 'sig/types.rbs', line 408 def user_data_shared @user_data_shared end |