Class: Aws::Types::EffectivePreferredResource
- Inherits:
-
Object
- Object
- Aws::Types::EffectivePreferredResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effective_include_list ⇒ ::Array[::String]
Returns the value of attribute effective_include_list.
-
#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
#effective_include_list ⇒ ::Array[::String]
Returns the value of attribute effective_include_list.
263 264 265 |
# File 'sig/types.rbs', line 263 def effective_include_list @effective_include_list end |
#exclude_list ⇒ ::Array[::String]
Returns the value of attribute exclude_list.
264 265 266 |
# File 'sig/types.rbs', line 264 def exclude_list @exclude_list end |
#include_list ⇒ ::Array[::String]
Returns the value of attribute include_list.
262 263 264 |
# File 'sig/types.rbs', line 262 def include_list @include_list end |
#name ⇒ "Ec2InstanceTypes"
Returns the value of attribute name.
261 262 263 |
# File 'sig/types.rbs', line 261 def name @name end |