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