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)


37
38
39
# File 'sig/types.rbs', line 37

def apply_action
  @apply_action
end

#opt_in_type::String

Returns the value of attribute opt_in_type.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def opt_in_type
  @opt_in_type
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def resource_identifier
  @resource_identifier
end