Class: Aws::Types::CreateAccessPointInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def scheme
  @scheme
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


112
113
114
# File 'sig/types.rbs', line 112

def security_groups
  @security_groups
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


111
112
113
# File 'sig/types.rbs', line 111

def subnets
  @subnets
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def tags
  @tags
end