Class: Aws::Types::CreateAccessPointInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#listeners ⇒ ::Array[Types::Listener]
Returns the value of attribute listeners.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#scheme ⇒ ::String
Returns the value of attribute scheme.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
110 111 112 |
# File 'sig/types.rbs', line 110 def availability_zones @availability_zones end |
#listeners ⇒ ::Array[Types::Listener]
Returns the value of attribute listeners.
109 110 111 |
# File 'sig/types.rbs', line 109 def listeners @listeners end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
108 109 110 |
# File 'sig/types.rbs', line 108 def load_balancer_name @load_balancer_name end |
#scheme ⇒ ::String
Returns the value of attribute scheme.
113 114 115 |
# File 'sig/types.rbs', line 113 def scheme @scheme end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
112 113 114 |
# File 'sig/types.rbs', line 112 def security_groups @security_groups end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
111 112 113 |
# File 'sig/types.rbs', line 111 def subnets @subnets end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
114 115 116 |
# File 'sig/types.rbs', line 114 def @tags end |