Class: Aws::Types::InstancesToExclude
- Inherits:
-
Object
- Object
- Aws::Types::InstancesToExclude
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#instances ⇒ ::Array[::String]
Returns the value of attribute instances.
-
#services ⇒ ::Array[("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]
Returns the value of attribute services.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
441 442 443 |
# File 'sig/types.rbs', line 441 def account_ids @account_ids end |
#instances ⇒ ::Array[::String]
Returns the value of attribute instances.
440 441 442 |
# File 'sig/types.rbs', line 440 def instances @instances end |
#services ⇒ ::Array[("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]
Returns the value of attribute services.
442 443 444 |
# File 'sig/types.rbs', line 442 def services @services end |