Class: Aws::Types::GetRemainingFreeTrialDaysRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRemainingFreeTrialDaysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def account_ids @account_ids end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def detector_id @detector_id end |