Class: Aws::Types::PreferredResource
- Inherits:
-
Object
- Object
- Aws::Types::PreferredResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude_list ⇒ ::Array[::String]
Returns the value of attribute exclude_list.
-
#include_list ⇒ ::Array[::String]
Returns the value of attribute include_list.
-
#name ⇒ "Ec2InstanceTypes"
Returns the value of attribute name.
Instance Attribute Details
#exclude_list ⇒ ::Array[::String]
Returns the value of attribute exclude_list.
992 993 994 |
# File 'sig/types.rbs', line 992 def exclude_list @exclude_list end |
#include_list ⇒ ::Array[::String]
Returns the value of attribute include_list.
991 992 993 |
# File 'sig/types.rbs', line 991 def include_list @include_list end |
#name ⇒ "Ec2InstanceTypes"
Returns the value of attribute name.
990 991 992 |
# File 'sig/types.rbs', line 990 def name @name end |