Class: Aws::Odb::Types::ZeroEtlAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ZeroEtlAccess
- Includes:
- Structure
- Defined in:
- 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
-
#cidr ⇒ String
The CIDR block for the Zero-ETL access.
-
#status ⇒ String
The status of the Zero-ETL access.
Instance Attribute Details
#cidr ⇒ String
The CIDR block for the Zero-ETL access.
5148 5149 5150 5151 5152 5153 |
# File 'lib/aws-sdk-odb/types.rb', line 5148 class ZeroEtlAccess < Struct.new( :status, :cidr) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Zero-ETL access.
Valid Values: ‘enabled | disabled`
5148 5149 5150 5151 5152 5153 |
# File 'lib/aws-sdk-odb/types.rb', line 5148 class ZeroEtlAccess < Struct.new( :status, :cidr) SENSITIVE = [] include Aws::Structure end |