Class: Aws::Types::EnableRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def account_ids @account_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def client_token @client_token end |
#resource_types ⇒ ::Array[("EC2" | "ECR" | "LAMBDA" | "LAMBDA_CODE" | "CODE_REPOSITORY")]
Returns the value of attribute resource_types.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def resource_types @resource_types end |