Class: Aws::Types::UpdateOdbNetworkInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_region_s3_restore_sources_to_disable::Array[::String]

Returns the value of attribute cross_region_s3_restore_sources_to_disable.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


2608
2609
2610
# File 'sig/types.rbs', line 2608

def zero_etl_access
  @zero_etl_access
end