Class: Aws::Types::CreateOdbNetworkInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


986
987
988
# File 'sig/types.rbs', line 986

def tags
  @tags
end

#zero_etl_access"ENABLED", "DISABLED"

Returns the value of attribute zero_etl_access.

Returns:

  • ("ENABLED", "DISABLED")


979
980
981
# File 'sig/types.rbs', line 979

def zero_etl_access
  @zero_etl_access
end