Class: Aws::EC2::Types::ModifyVerifiedAccessEndpointRdsOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The RDS options for a Verified Access endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The port.

Returns:

  • (Integer)


53438
53439
53440
53441
53442
53443
53444
# File 'lib/aws-sdk-ec2/types.rb', line 53438

class ModifyVerifiedAccessEndpointRdsOptions < Struct.new(
  :subnet_ids,
  :port,
  :rds_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#rds_endpointString

The RDS endpoint.

Returns:

  • (String)


53438
53439
53440
53441
53442
53443
53444
# File 'lib/aws-sdk-ec2/types.rb', line 53438

class ModifyVerifiedAccessEndpointRdsOptions < Struct.new(
  :subnet_ids,
  :port,
  :rds_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The IDs of the subnets.

Returns:

  • (Array<String>)


53438
53439
53440
53441
53442
53443
53444
# File 'lib/aws-sdk-ec2/types.rb', line 53438

class ModifyVerifiedAccessEndpointRdsOptions < Struct.new(
  :subnet_ids,
  :port,
  :rds_endpoint)
  SENSITIVE = []
  include Aws::Structure
end