Class: Aws::Types::ListHostedZonesByVPCRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListHostedZonesByVPCRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_region ⇒ "us-east-1", ...
Returns the value of attribute vpc_region.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
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.
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.
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.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def vpc_region @vpc_region end |