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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

#port ⇒ Integer

The port.

Returns:

  • (Integer)


69079
69080
69081
69082
69083
69084
69085
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69079

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

#rds_endpoint ⇒ String

The RDS endpoint.

Returns:

  • (String)


69079
69080
69081
69082
69083
69084
69085
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69079

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

#subnet_ids ⇒ Array<String>

The IDs of the subnets.

Returns:

  • (Array<String>)


69079
69080
69081
69082
69083
69084
69085
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69079

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