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)


3227
3228
3229
3230
3231
3232
3233
3234
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3227

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

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3227

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

#service_network_identifierString

The ID or ARN of the service network.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3227

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

#vpc_identifierString

The ID or ARN of the VPC.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3227

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