Class: Aws::VPCLattice::Types::ListServiceNetworkVpcAssociationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


3633
3634
3635
3636
3637
3638
3639
3640
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3633

class ListServiceNetworkVpcAssociationsRequest < Struct.new(
  :service_network_identifier,
  :vpc_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


3633
3634
3635
3636
3637
3638
3639
3640
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3633

class ListServiceNetworkVpcAssociationsRequest < Struct.new(
  :service_network_identifier,
  :vpc_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_identifierString

The ID or ARN of the service network.

Returns:

  • (String)


3633
3634
3635
3636
3637
3638
3639
3640
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3633

class ListServiceNetworkVpcAssociationsRequest < Struct.new(
  :service_network_identifier,
  :vpc_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_identifierString

The ID or ARN of the VPC.

Returns:

  • (String)


3633
3634
3635
3636
3637
3638
3639
3640
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3633

class ListServiceNetworkVpcAssociationsRequest < Struct.new(
  :service_network_identifier,
  :vpc_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end