Class: Aws::Types::ListHostedZonesByVPCRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_items::Integer

Returns the value of attribute max_items.

Returns:



1050
1051
1052
# File 'sig/types.rbs', line 1050

def max_items
  @max_items
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1051
1052
1053
# File 'sig/types.rbs', line 1051

def next_token
  @next_token
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:



1048
1049
1050
# File 'sig/types.rbs', line 1048

def vpc_id
  @vpc_id
end

#vpc_region"us-east-1", ...

Returns the value of attribute vpc_region.

Returns:



1049
1050
1051
# File 'sig/types.rbs', line 1049

def vpc_region
  @vpc_region
end