Class: Aws::Types::UpdateIngressPointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ingress_point_configurationTypes::IngressPointConfiguration

Returns the value of attribute ingress_point_configuration.



1497
1498
1499
# File 'sig/types.rbs', line 1497

def ingress_point_configuration
  @ingress_point_configuration
end

#ingress_point_id::String

Returns the value of attribute ingress_point_id.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def ingress_point_id
  @ingress_point_id
end

#ingress_point_name::String

Returns the value of attribute ingress_point_name.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def ingress_point_name
  @ingress_point_name
end

#rule_set_id::String

Returns the value of attribute rule_set_id.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def rule_set_id
  @rule_set_id
end

#status_to_update"ACTIVE", "CLOSED"

Returns the value of attribute status_to_update.

Returns:

  • ("ACTIVE", "CLOSED")


1494
1495
1496
# File 'sig/types.rbs', line 1494

def status_to_update
  @status_to_update
end

#tls_policy"REQUIRED", ...

Returns the value of attribute tls_policy.

Returns:

  • ("REQUIRED", "OPTIONAL", "FIPS")


1498
1499
1500
# File 'sig/types.rbs', line 1498

def tls_policy
  @tls_policy
end

#traffic_policy_id::String

Returns the value of attribute traffic_policy_id.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def traffic_policy_id
  @traffic_policy_id
end