Class: Aws::Types::ListVpcEndpointAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVpcEndpointAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def domain_name @domain_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def next_token @next_token end |