Class: Aws::Odb::Types::ManagedS3BackupAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ManagedS3BackupAccess
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The configuration for managed Amazon S3 backup access from the ODB network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses for the managed Amazon S3 backup access.
-
#status ⇒ String
The status of the managed Amazon S3 backup access.
Instance Attribute Details
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses for the managed Amazon S3 backup access.
4190 4191 4192 4193 4194 4195 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4190 class ManagedS3BackupAccess < Struct.new( :status, :ipv4_addresses) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the managed Amazon S3 backup access.
Valid Values: enabled | disabled
4190 4191 4192 4193 4194 4195 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4190 class ManagedS3BackupAccess < Struct.new( :status, :ipv4_addresses) SENSITIVE = [] include Aws::Structure end |