Class: Aws::Types::IpCountry
- Inherits:
-
Object
- Object
- Aws::Types::IpCountry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def code @code end |
#name ⇒ ::String
Returns the value of attribute name.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def name @name end |