Class: Aws::Types::Termination
- Inherits:
-
Object
- Object
- Aws::Types::Termination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calling_regions ⇒ ::Array[::String]
Returns the value of attribute calling_regions.
-
#cidr_allowed_list ⇒ ::Array[::String]
Returns the value of attribute cidr_allowed_list.
-
#cps_limit ⇒ ::Integer
Returns the value of attribute cps_limit.
-
#default_phone_number ⇒ ::String
Returns the value of attribute default_phone_number.
-
#disabled ⇒ Boolean
Returns the value of attribute disabled.
Instance Attribute Details
#calling_regions ⇒ ::Array[::String]
Returns the value of attribute calling_regions.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def calling_regions @calling_regions end |
#cidr_allowed_list ⇒ ::Array[::String]
Returns the value of attribute cidr_allowed_list.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def cidr_allowed_list @cidr_allowed_list end |
#cps_limit ⇒ ::Integer
Returns the value of attribute cps_limit.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def cps_limit @cps_limit end |
#default_phone_number ⇒ ::String
Returns the value of attribute default_phone_number.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def default_phone_number @default_phone_number end |
#disabled ⇒ Boolean
Returns the value of attribute disabled.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def disabled @disabled end |