Class: Aws::Types::DescribeFleetPortSettingsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arn::String

Returns the value of attribute fleet_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



850
851
852
# File 'sig/types.rbs', line 850

def inbound_permissions
  @inbound_permissions
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def location
  @location
end

#update_status"PENDING_UPDATE"

Returns the value of attribute update_status.

Returns:

  • ("PENDING_UPDATE")


851
852
853
# File 'sig/types.rbs', line 851

def update_status
  @update_status
end