Class: Aws::Types::EffectivePreferredResource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#effective_include_list::Array[::String]

Returns the value of attribute effective_include_list.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


262
263
264
# File 'sig/types.rbs', line 262

def include_list
  @include_list
end

#name"Ec2InstanceTypes"

Returns the value of attribute name.

Returns:

  • ("Ec2InstanceTypes")


261
262
263
# File 'sig/types.rbs', line 261

def name
  @name
end