Class: Aws::Types::CreateVpcEndpointServiceConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_requiredBoolean

Returns the value of attribute acceptance_required.

Returns:

  • (Boolean)


3892
3893
3894
# File 'sig/types.rbs', line 3892

def acceptance_required
  @acceptance_required
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3898
3899
3900
# File 'sig/types.rbs', line 3898

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3891
3892
3893
# File 'sig/types.rbs', line 3891

def dry_run
  @dry_run
end

#gateway_load_balancer_arns::Array[::String]

Returns the value of attribute gateway_load_balancer_arns.

Returns:

  • (::Array[::String])


3895
3896
3897
# File 'sig/types.rbs', line 3895

def gateway_load_balancer_arns
  @gateway_load_balancer_arns
end

#network_load_balancer_arns::Array[::String]

Returns the value of attribute network_load_balancer_arns.

Returns:

  • (::Array[::String])


3894
3895
3896
# File 'sig/types.rbs', line 3894

def network_load_balancer_arns
  @network_load_balancer_arns
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


3893
3894
3895
# File 'sig/types.rbs', line 3893

def private_dns_name
  @private_dns_name
end

#supported_ip_address_types::Array[::String]

Returns the value of attribute supported_ip_address_types.

Returns:

  • (::Array[::String])


3896
3897
3898
# File 'sig/types.rbs', line 3896

def supported_ip_address_types
  @supported_ip_address_types
end

#supported_regions::Array[::String]

Returns the value of attribute supported_regions.

Returns:

  • (::Array[::String])


3897
3898
3899
# File 'sig/types.rbs', line 3897

def supported_regions
  @supported_regions
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3899
3900
3901
# File 'sig/types.rbs', line 3899

def tag_specifications
  @tag_specifications
end