Class: Aws::Types::DisableAddOnRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_on_type"AutoSnapshot", "StopInstanceOnIdle"

Returns the value of attribute add_on_type.

Returns:

  • ("AutoSnapshot", "StopInstanceOnIdle")


1144
1145
1146
# File 'sig/types.rbs', line 1144

def add_on_type
  @add_on_type
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def resource_name
  @resource_name
end