Class: Aws::Types::CreateCloudExadataInfrastructureInput

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)


859
860
861
# File 'sig/types.rbs', line 859

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def client_token
  @client_token
end

#compute_count::Integer

Returns the value of attribute compute_count.

Returns:

  • (::Integer)


862
863
864
# File 'sig/types.rbs', line 862

def compute_count
  @compute_count
end

#customer_contacts_to_send_to_oci::Array[Types::CustomerContact]

Returns the value of attribute customer_contacts_to_send_to_oci.

Returns:



863
864
865
# File 'sig/types.rbs', line 863

def customer_contacts_to_send_to_oci
  @customer_contacts_to_send_to_oci
end

#database_server_type::String

Returns the value of attribute database_server_type.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def database_server_type
  @database_server_type
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def display_name
  @display_name
end

#maintenance_windowTypes::MaintenanceWindow

Returns the value of attribute maintenance_window.



864
865
866
# File 'sig/types.rbs', line 864

def maintenance_window
  @maintenance_window
end

#shape::String

Returns the value of attribute shape.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def shape
  @shape
end

#storage_count::Integer

Returns the value of attribute storage_count.

Returns:

  • (::Integer)


865
866
867
# File 'sig/types.rbs', line 865

def storage_count
  @storage_count
end

#storage_server_type::String

Returns the value of attribute storage_server_type.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def storage_server_type
  @storage_server_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


861
862
863
# File 'sig/types.rbs', line 861

def tags
  @tags
end