Class: Aws::Types::CreateVpcBlockPublicAccessExclusionRequest

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)


3710
3711
3712
# File 'sig/types.rbs', line 3710

def dry_run
  @dry_run
end

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

Returns the value of attribute internet_gateway_exclusion_mode.

Returns:

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


3713
3714
3715
# File 'sig/types.rbs', line 3713

def internet_gateway_exclusion_mode
  @internet_gateway_exclusion_mode
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


3711
3712
3713
# File 'sig/types.rbs', line 3711

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3714
3715
3716
# File 'sig/types.rbs', line 3714

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3712
3713
3714
# File 'sig/types.rbs', line 3712

def vpc_id
  @vpc_id
end