Class: Aws::Types::CreateOdbNetworkInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateOdbNetworkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#backup_subnet_cidr ⇒ ::String
Returns the value of attribute backup_subnet_cidr.
-
#client_subnet_cidr ⇒ ::String
Returns the value of attribute client_subnet_cidr.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cross_region_s3_restore_sources_to_enable ⇒ ::Array[::String]
Returns the value of attribute cross_region_s3_restore_sources_to_enable.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#default_dns_prefix ⇒ ::String
Returns the value of attribute default_dns_prefix.
-
#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.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#zero_etl_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zero_etl_access.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
971 972 973 |
# File 'sig/types.rbs', line 971 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
972 973 974 |
# File 'sig/types.rbs', line 972 def availability_zone_id @availability_zone_id end |
#backup_subnet_cidr ⇒ ::String
Returns the value of attribute backup_subnet_cidr.
974 975 976 |
# File 'sig/types.rbs', line 974 def backup_subnet_cidr @backup_subnet_cidr end |
#client_subnet_cidr ⇒ ::String
Returns the value of attribute client_subnet_cidr.
973 974 975 |
# File 'sig/types.rbs', line 973 def client_subnet_cidr @client_subnet_cidr end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
977 978 979 |
# File 'sig/types.rbs', line 977 def client_token @client_token end |
#cross_region_s3_restore_sources_to_enable ⇒ ::Array[::String]
Returns the value of attribute cross_region_s3_restore_sources_to_enable.
985 986 987 |
# File 'sig/types.rbs', line 985 def cross_region_s3_restore_sources_to_enable @cross_region_s3_restore_sources_to_enable end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
975 976 977 |
# File 'sig/types.rbs', line 975 def custom_domain_name @custom_domain_name end |
#default_dns_prefix ⇒ ::String
Returns the value of attribute default_dns_prefix.
976 977 978 |
# File 'sig/types.rbs', line 976 def default_dns_prefix @default_dns_prefix end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
970 971 972 |
# File 'sig/types.rbs', line 970 def display_name @display_name end |
#kms_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute kms_access.
981 982 983 |
# File 'sig/types.rbs', line 981 def kms_access @kms_access end |
#kms_policy_document ⇒ ::String
Returns the value of attribute kms_policy_document.
984 985 986 |
# File 'sig/types.rbs', line 984 def kms_policy_document @kms_policy_document end |
#s3_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute s3_access.
978 979 980 |
# File 'sig/types.rbs', line 978 def s3_access @s3_access end |
#s3_policy_document ⇒ ::String
Returns the value of attribute s3_policy_document.
982 983 984 |
# File 'sig/types.rbs', line 982 def s3_policy_document @s3_policy_document end |
#sts_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute sts_access.
980 981 982 |
# File 'sig/types.rbs', line 980 def sts_access @sts_access end |
#sts_policy_document ⇒ ::String
Returns the value of attribute sts_policy_document.
983 984 985 |
# File 'sig/types.rbs', line 983 def sts_policy_document @sts_policy_document end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
986 987 988 |
# File 'sig/types.rbs', line 986 def @tags end |
#zero_etl_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zero_etl_access.
979 980 981 |
# File 'sig/types.rbs', line 979 def zero_etl_access @zero_etl_access end |