Class: Aws::Types::ProtectConfigurationRuleSetNumberOverride

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


1426
1427
1428
# File 'sig/types.rbs', line 1426

def action
  @action
end

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def created_timestamp
  @created_timestamp
end

#destination_phone_number ⇒ ::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def destination_phone_number
  @destination_phone_number
end

#expiration_timestamp ⇒ ::Time

Returns the value of attribute expiration_timestamp.

Returns:

  • (::Time)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def expiration_timestamp
  @expiration_timestamp
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def iso_country_code
  @iso_country_code
end