Class: Aws::Types::UpdateVpcEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVpcEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute add_security_group_ids.
-
#add_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute add_subnet_ids.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#remove_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute remove_security_group_ids.
-
#remove_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute remove_subnet_ids.
Instance Attribute Details
#add_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute add_security_group_ids.
990 991 992 |
# File 'sig/types.rbs', line 990 def add_security_group_ids @add_security_group_ids end |
#add_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute add_subnet_ids.
988 989 990 |
# File 'sig/types.rbs', line 988 def add_subnet_ids @add_subnet_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
992 993 994 |
# File 'sig/types.rbs', line 992 def client_token @client_token end |
#id ⇒ ::String
Returns the value of attribute id.
987 988 989 |
# File 'sig/types.rbs', line 987 def id @id end |
#remove_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute remove_security_group_ids.
991 992 993 |
# File 'sig/types.rbs', line 991 def remove_security_group_ids @remove_security_group_ids end |
#remove_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute remove_subnet_ids.
989 990 991 |
# File 'sig/types.rbs', line 989 def remove_subnet_ids @remove_subnet_ids end |