Class: Aws::Types::ModifyVpcEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_route_table_ids::Array[::String]

Returns the value of attribute add_route_table_ids.

Returns:

  • (::Array[::String])


14628
14629
14630
# File 'sig/types.rbs', line 14628

def add_route_table_ids
  @add_route_table_ids
end

#add_security_group_ids::Array[::String]

Returns the value of attribute add_security_group_ids.

Returns:

  • (::Array[::String])


14632
14633
14634
# File 'sig/types.rbs', line 14632

def add_security_group_ids
  @add_security_group_ids
end

#add_subnet_ids::Array[::String]

Returns the value of attribute add_subnet_ids.

Returns:

  • (::Array[::String])


14630
14631
14632
# File 'sig/types.rbs', line 14630

def add_subnet_ids
  @add_subnet_ids
end

#dns_optionsTypes::DnsOptionsSpecification

Returns the value of attribute dns_options.



14635
14636
14637
# File 'sig/types.rbs', line 14635

def dns_options
  @dns_options
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14624
14625
14626
# File 'sig/types.rbs', line 14624

def dry_run
  @dry_run
end

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack", "ipv6")


14634
14635
14636
# File 'sig/types.rbs', line 14634

def ip_address_type
  @ip_address_type
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


14627
14628
14629
# File 'sig/types.rbs', line 14627

def policy_document
  @policy_document
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


14636
14637
14638
# File 'sig/types.rbs', line 14636

def private_dns_enabled
  @private_dns_enabled
end

#remove_route_table_ids::Array[::String]

Returns the value of attribute remove_route_table_ids.

Returns:

  • (::Array[::String])


14629
14630
14631
# File 'sig/types.rbs', line 14629

def remove_route_table_ids
  @remove_route_table_ids
end

#remove_security_group_ids::Array[::String]

Returns the value of attribute remove_security_group_ids.

Returns:

  • (::Array[::String])


14633
14634
14635
# File 'sig/types.rbs', line 14633

def remove_security_group_ids
  @remove_security_group_ids
end

#remove_subnet_ids::Array[::String]

Returns the value of attribute remove_subnet_ids.

Returns:

  • (::Array[::String])


14631
14632
14633
# File 'sig/types.rbs', line 14631

def remove_subnet_ids
  @remove_subnet_ids
end

#reset_policyBoolean

Returns the value of attribute reset_policy.

Returns:

  • (Boolean)


14626
14627
14628
# File 'sig/types.rbs', line 14626

def reset_policy
  @reset_policy
end

#subnet_configurations::Array[Types::SubnetConfiguration]

Returns the value of attribute subnet_configurations.

Returns:



14637
14638
14639
# File 'sig/types.rbs', line 14637

def subnet_configurations
  @subnet_configurations
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


14625
14626
14627
# File 'sig/types.rbs', line 14625

def vpc_endpoint_id
  @vpc_endpoint_id
end