Class: Aws::Types::UpdateOdbNetworkInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOdbNetworkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_region_s3_restore_sources_to_disable ⇒ ::Array[::String]
Returns the value of attribute cross_region_s3_restore_sources_to_disable.
-
#cross_region_s3_restore_sources_to_enable ⇒ ::Array[::String]
Returns the value of attribute cross_region_s3_restore_sources_to_enable.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#kms_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute kms_access.
-
#kms_policy_document ⇒ ::String
Returns the value of attribute kms_policy_document.
-
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
-
#peered_cidrs_to_be_added ⇒ ::Array[::String]
Returns the value of attribute peered_cidrs_to_be_added.
-
#peered_cidrs_to_be_removed ⇒ ::Array[::String]
Returns the value of attribute peered_cidrs_to_be_removed.
-
#s3_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute s3_access.
-
#s3_policy_document ⇒ ::String
Returns the value of attribute s3_policy_document.
-
#sts_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute sts_access.
-
#sts_policy_document ⇒ ::String
Returns the value of attribute sts_policy_document.
-
#zero_etl_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zero_etl_access.
Instance Attribute Details
#cross_region_s3_restore_sources_to_disable ⇒ ::Array[::String]
Returns the value of attribute cross_region_s3_restore_sources_to_disable.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def cross_region_s3_restore_sources_to_disable @cross_region_s3_restore_sources_to_disable end |
#cross_region_s3_restore_sources_to_enable ⇒ ::Array[::String]
Returns the value of attribute cross_region_s3_restore_sources_to_enable.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def cross_region_s3_restore_sources_to_enable @cross_region_s3_restore_sources_to_enable end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def display_name @display_name end |
#kms_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute kms_access.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def kms_access @kms_access end |
#kms_policy_document ⇒ ::String
Returns the value of attribute kms_policy_document.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def kms_policy_document @kms_policy_document end |
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def odb_network_id @odb_network_id end |
#peered_cidrs_to_be_added ⇒ ::Array[::String]
Returns the value of attribute peered_cidrs_to_be_added.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def peered_cidrs_to_be_added @peered_cidrs_to_be_added end |
#peered_cidrs_to_be_removed ⇒ ::Array[::String]
Returns the value of attribute peered_cidrs_to_be_removed.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def peered_cidrs_to_be_removed @peered_cidrs_to_be_removed end |
#s3_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute s3_access.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def s3_access @s3_access end |
#s3_policy_document ⇒ ::String
Returns the value of attribute s3_policy_document.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def s3_policy_document @s3_policy_document end |
#sts_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute sts_access.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def sts_access @sts_access end |
#sts_policy_document ⇒ ::String
Returns the value of attribute sts_policy_document.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def sts_policy_document @sts_policy_document end |
#zero_etl_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zero_etl_access.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def zero_etl_access @zero_etl_access end |