Class: Aws::Types::EndpointAccess
- Inherits:
-
Object
- Object
- Aws::Types::EndpointAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_create_time ⇒ ::Time
Returns the value of attribute endpoint_create_time.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_endpoint ⇒ Types::VpcEndpoint
Returns the value of attribute vpc_endpoint.
-
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
303 304 305 |
# File 'sig/types.rbs', line 303 def address @address end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
304 305 306 |
# File 'sig/types.rbs', line 304 def endpoint_arn @endpoint_arn end |
#endpoint_create_time ⇒ ::Time
Returns the value of attribute endpoint_create_time.
305 306 307 |
# File 'sig/types.rbs', line 305 def endpoint_create_time @endpoint_create_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def endpoint_name @endpoint_name end |
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
307 308 309 |
# File 'sig/types.rbs', line 307 def endpoint_status @endpoint_status end |
#port ⇒ ::Integer
Returns the value of attribute port.
308 309 310 |
# File 'sig/types.rbs', line 308 def port @port end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
309 310 311 |
# File 'sig/types.rbs', line 309 def subnet_ids @subnet_ids end |
#vpc_endpoint ⇒ Types::VpcEndpoint
Returns the value of attribute vpc_endpoint.
310 311 312 |
# File 'sig/types.rbs', line 310 def vpc_endpoint @vpc_endpoint end |
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
311 312 313 |
# File 'sig/types.rbs', line 311 def vpc_security_groups @vpc_security_groups end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
312 313 314 |
# File 'sig/types.rbs', line 312 def workgroup_name @workgroup_name end |