Class: Aws::Types::DeleteProtectConfigurationRuleSetNumberOverrideResult

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


578
579
580
# File 'sig/types.rbs', line 578

def action
  @action
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


577
578
579
# File 'sig/types.rbs', line 577

def created_timestamp
  @created_timestamp
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def destination_phone_number
  @destination_phone_number
end

#expiration_timestamp::Time

Returns the value of attribute expiration_timestamp.

Returns:

  • (::Time)


580
581
582
# File 'sig/types.rbs', line 580

def expiration_timestamp
  @expiration_timestamp
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def iso_country_code
  @iso_country_code
end

#protect_configuration_arn::String

Returns the value of attribute protect_configuration_arn.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def protect_configuration_arn
  @protect_configuration_arn
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def protect_configuration_id
  @protect_configuration_id
end