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.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def isp_name @isp_name end |
#placement_statistics ⇒ Types::PlacementStatistics
Returns the value of attribute placement_statistics.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def placement_statistics @placement_statistics end |