Class: Aws::Types::DisableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#resource_types ⇒ ::Array[("EC2" | "ECR" | "LAMBDA" | "LAMBDA_CODE" | "CODE_REPOSITORY")]
Returns the value of attribute resource_types.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def account_ids @account_ids end |
#resource_types ⇒ ::Array[("EC2" | "ECR" | "LAMBDA" | "LAMBDA_CODE" | "CODE_REPOSITORY")]
Returns the value of attribute resource_types.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def resource_types @resource_types end |