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")


1456
1457
1458
# File 'sig/types.rbs', line 1456

def action
  @action
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def client_token
  @client_token
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def destination_phone_number
  @destination_phone_number
end

#expiration_timestamp::Time

Returns the value of attribute expiration_timestamp.

Returns:

  • (::Time)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def expiration_timestamp
  @expiration_timestamp
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def protect_configuration_id
  @protect_configuration_id
end