Class: Aws::Types::CreateIngressPointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def client_token
  @client_token
end

#ingress_point_configurationTypes::IngressPointConfiguration

Returns the value of attribute ingress_point_configuration.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def ingress_point_configuration
  @ingress_point_configuration
end

#ingress_point_name::String

Returns the value of attribute ingress_point_name.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def ingress_point_name
  @ingress_point_name
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def network_configuration
  @network_configuration
end

#rule_set_id::String

Returns the value of attribute rule_set_id.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def rule_set_id
  @rule_set_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def tags
  @tags
end

#tls_policy"REQUIRED", ...

Returns the value of attribute tls_policy.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def tls_policy
  @tls_policy
end

#traffic_policy_id::String

Returns the value of attribute traffic_policy_id.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def traffic_policy_id
  @traffic_policy_id
end

#type"OPEN", ...

Returns the value of attribute type.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def type
  @type
end