Class: Aws::Types::CreatePrivateGraphEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrivateGraphEndpointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
144 145 146 |
# File 'sig/types.rbs', line 144 def graph_identifier @graph_identifier end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
146 147 148 |
# File 'sig/types.rbs', line 146 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def vpc_id @vpc_id end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
147 148 149 |
# File 'sig/types.rbs', line 147 def vpc_security_group_ids @vpc_security_group_ids end |