Class: Aws::Types::IspPlacement
- Inherits:
-
Object
- Object
- Aws::Types::IspPlacement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#isp_name ⇒ ::String
Returns the value of attribute isp_name.
-
#placement_statistics ⇒ Types::PlacementStatistics
Returns the value of attribute placement_statistics.
Instance Attribute Details
#isp_name ⇒ ::String
Returns the value of attribute isp_name.
401 402 403 |
# File 'sig/types.rbs', line 401 def isp_name @isp_name end |
#placement_statistics ⇒ Types::PlacementStatistics
Returns the value of attribute placement_statistics.
402 403 404 |
# File 'sig/types.rbs', line 402 def placement_statistics @placement_statistics end |