Class: Aws::Types::DescribeFleetPortSettingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetPortSettingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#inbound_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute inbound_permissions.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#update_status ⇒ "PENDING_UPDATE"
Returns the value of attribute update_status.
Instance Attribute Details
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
849 850 851 |
# File 'sig/types.rbs', line 849 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
848 849 850 |
# File 'sig/types.rbs', line 848 def fleet_id @fleet_id end |
#inbound_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute inbound_permissions.
850 851 852 |
# File 'sig/types.rbs', line 850 def @inbound_permissions end |
#location ⇒ ::String
Returns the value of attribute location.
852 853 854 |
# File 'sig/types.rbs', line 852 def location @location end |
#update_status ⇒ "PENDING_UPDATE"
Returns the value of attribute update_status.
851 852 853 |
# File 'sig/types.rbs', line 851 def update_status @update_status end |