Class: Aws::Types::ApplyPendingMaintenanceActionMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_action::String

Returns the value of attribute apply_action.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def apply_action
  @apply_action
end

#opt_in_type::String

Returns the value of attribute opt_in_type.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def opt_in_type
  @opt_in_type
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def resource_identifier
  @resource_identifier
end