Class: Aws::Types::UpdateEndpointAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def endpoint_name @endpoint_name end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def vpc_security_group_ids @vpc_security_group_ids end |