Class: Aws::Types::StartTelemetryEvaluationForOrganizationInput
- Inherits:
-
Object
- Object
- Aws::Types::StartTelemetryEvaluationForOrganizationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_regions ⇒ Boolean
Returns the value of attribute all_regions.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
Instance Attribute Details
#all_regions ⇒ Boolean
Returns the value of attribute all_regions.
578 579 580 |
# File 'sig/types.rbs', line 578 def all_regions @all_regions end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
577 578 579 |
# File 'sig/types.rbs', line 577 def regions @regions end |