Class: Aws::Types::ListResourceEndpointAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceEndpointAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_configuration_identifier ⇒ ::String
Returns the value of attribute resource_configuration_identifier.
-
#resource_endpoint_association_identifier ⇒ ::String
Returns the value of attribute resource_endpoint_association_identifier.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
907 908 909 |
# File 'sig/types.rbs', line 907 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
908 909 910 |
# File 'sig/types.rbs', line 908 def next_token @next_token end |
#resource_configuration_identifier ⇒ ::String
Returns the value of attribute resource_configuration_identifier.
903 904 905 |
# File 'sig/types.rbs', line 903 def resource_configuration_identifier @resource_configuration_identifier end |
#resource_endpoint_association_identifier ⇒ ::String
Returns the value of attribute resource_endpoint_association_identifier.
904 905 906 |
# File 'sig/types.rbs', line 904 def resource_endpoint_association_identifier @resource_endpoint_association_identifier end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
905 906 907 |
# File 'sig/types.rbs', line 905 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
906 907 908 |
# File 'sig/types.rbs', line 906 def vpc_endpoint_owner @vpc_endpoint_owner end |