Class: Aws::NetworkManager::Types::ListAttachmentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_typeString

The type of attachment.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3831

class ListAttachmentsRequest < Struct.new(
  :core_network_id,
  :attachment_type,
  :edge_location,
  :state,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3831

class ListAttachmentsRequest < Struct.new(
  :core_network_id,
  :attachment_type,
  :edge_location,
  :state,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#edge_locationString

The Region where the edge is located.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3831

class ListAttachmentsRequest < Struct.new(
  :core_network_id,
  :attachment_type,
  :edge_location,
  :state,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3831

class ListAttachmentsRequest < Struct.new(
  :core_network_id,
  :attachment_type,
  :edge_location,
  :state,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3831

class ListAttachmentsRequest < Struct.new(
  :core_network_id,
  :attachment_type,
  :edge_location,
  :state,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the attachment.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3831

class ListAttachmentsRequest < Struct.new(
  :core_network_id,
  :attachment_type,
  :edge_location,
  :state,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end