Class: Aws::Types::PutProtectConfigurationRuleSetNumberOverrideRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ "ALLOW", "BLOCK"

Returns the value of attribute action.

Returns:

  • ("ALLOW", "BLOCK")


1486
1487
1488
# File 'sig/types.rbs', line 1486

def action
  @action
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def client_token
  @client_token
end

#destination_phone_number ⇒ ::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def destination_phone_number
  @destination_phone_number
end

#expiration_timestamp ⇒ ::Time

Returns the value of attribute expiration_timestamp.

Returns:

  • (::Time)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def expiration_timestamp
  @expiration_timestamp
end

#protect_configuration_id ⇒ ::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def protect_configuration_id
  @protect_configuration_id
end