Class: Aws::Types::AppMonitorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AppMonitorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_cookies ⇒ Boolean
Returns the value of attribute allow_cookies.
-
#enable_x_ray ⇒ Boolean
Returns the value of attribute enable_x_ray.
-
#excluded_pages ⇒ ::Array[::String]
Returns the value of attribute excluded_pages.
-
#favorite_pages ⇒ ::Array[::String]
Returns the value of attribute favorite_pages.
-
#guest_role_arn ⇒ ::String
Returns the value of attribute guest_role_arn.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#included_pages ⇒ ::Array[::String]
Returns the value of attribute included_pages.
-
#session_sample_rate ⇒ ::Float
Returns the value of attribute session_sample_rate.
-
#telemetries ⇒ ::Array[("errors" | "performance" | "http")]
Returns the value of attribute telemetries.
Instance Attribute Details
#allow_cookies ⇒ Boolean
Returns the value of attribute allow_cookies.
40 41 42 |
# File 'sig/types.rbs', line 40 def end |
#enable_x_ray ⇒ Boolean
Returns the value of attribute enable_x_ray.
42 43 44 |
# File 'sig/types.rbs', line 42 def enable_x_ray @enable_x_ray end |
#excluded_pages ⇒ ::Array[::String]
Returns the value of attribute excluded_pages.
35 36 37 |
# File 'sig/types.rbs', line 35 def excluded_pages @excluded_pages end |
#favorite_pages ⇒ ::Array[::String]
Returns the value of attribute favorite_pages.
37 38 39 |
# File 'sig/types.rbs', line 37 def favorite_pages @favorite_pages end |
#guest_role_arn ⇒ ::String
Returns the value of attribute guest_role_arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def guest_role_arn @guest_role_arn end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def identity_pool_id @identity_pool_id end |
#included_pages ⇒ ::Array[::String]
Returns the value of attribute included_pages.
36 37 38 |
# File 'sig/types.rbs', line 36 def included_pages @included_pages end |
#session_sample_rate ⇒ ::Float
Returns the value of attribute session_sample_rate.
38 39 40 |
# File 'sig/types.rbs', line 38 def session_sample_rate @session_sample_rate end |
#telemetries ⇒ ::Array[("errors" | "performance" | "http")]
Returns the value of attribute telemetries.
41 42 43 |
# File 'sig/types.rbs', line 41 def telemetries @telemetries end |