Class: Aws::Odb::Types::ZeroEtlAccess

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

The configuration for Zero-ETL access from the ODB network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The CIDR block for the Zero-ETL access.

Returns:

  • (String)


5148
5149
5150
5151
5152
5153
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5148

class ZeroEtlAccess < Struct.new(
  :status,
  :cidr)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Zero-ETL access.

Valid Values: enabled | disabled

Returns:

  • (String)


5148
5149
5150
5151
5152
5153
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5148

class ZeroEtlAccess < Struct.new(
  :status,
  :cidr)
  SENSITIVE = []
  include Aws::Structure
end