Class: Aws::Types::CreateEndpointAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def endpoint_name @endpoint_name end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
66 67 68 |
# File 'sig/types.rbs', line 66 def owner_account @owner_account end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
67 68 69 |
# File 'sig/types.rbs', line 67 def subnet_ids @subnet_ids end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
68 69 70 |
# File 'sig/types.rbs', line 68 def vpc_security_group_ids @vpc_security_group_ids end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
69 70 71 |
# File 'sig/types.rbs', line 69 def workgroup_name @workgroup_name end |