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)


34
35
36
# File 'sig/types.rbs', line 34

def apply_action
  @apply_action
end

#opt_in_type::String

Returns the value of attribute opt_in_type.

Returns:

  • (::String)


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

def opt_in_type
  @opt_in_type
end

#replication_instance_arn::String

Returns the value of attribute replication_instance_arn.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def replication_instance_arn
  @replication_instance_arn
end