Class: Aws::Types::ModifyVpcBlockPublicAccessExclusionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14892
14893
14894
# File 'sig/types.rbs', line 14892

def dry_run
  @dry_run
end

#exclusion_id::String

Returns the value of attribute exclusion_id.

Returns:

  • (::String)


14893
14894
14895
# File 'sig/types.rbs', line 14893

def exclusion_id
  @exclusion_id
end

#internet_gateway_exclusion_mode"allow-bidirectional", "allow-egress"

Returns the value of attribute internet_gateway_exclusion_mode.

Returns:

  • ("allow-bidirectional", "allow-egress")


14894
14895
14896
# File 'sig/types.rbs', line 14894

def internet_gateway_exclusion_mode
  @internet_gateway_exclusion_mode
end