Class: Aws::Types::ResourceSelection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def resource_type
  @resource_type
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


1894
1895
1896
# File 'sig/types.rbs', line 1894

def resources
  @resources
end

#tiering_down_settings_in_days::Integer

Returns the value of attribute tiering_down_settings_in_days.

Returns:

  • (::Integer)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def tiering_down_settings_in_days
  @tiering_down_settings_in_days
end