Class: Aws::Types::ModifyEndpointAccessMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyEndpointAccessMessage
- 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.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def endpoint_name @endpoint_name end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def vpc_security_group_ids @vpc_security_group_ids end |