Class: Aws::Types::CreateClusterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_retention_policyTypes::BackupRetentionPolicy

Returns the value of attribute backup_retention_policy.



114
115
116
# File 'sig/types.rbs', line 114

def backup_retention_policy
  @backup_retention_policy
end

#hsm_type::String

Returns the value of attribute hsm_type.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def hsm_type
  @hsm_type
end

#mode"FIPS", "NON_FIPS"

Returns the value of attribute mode.

Returns:

  • ("FIPS", "NON_FIPS")


120
121
122
# File 'sig/types.rbs', line 120

def mode
  @mode
end

#network_type"IPV4", "DUALSTACK"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUALSTACK")


118
119
120
# File 'sig/types.rbs', line 118

def network_type
  @network_type
end

#source_backup_id::String

Returns the value of attribute source_backup_id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def source_backup_id
  @source_backup_id
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


117
118
119
# File 'sig/types.rbs', line 117

def subnet_ids
  @subnet_ids
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def tag_list
  @tag_list
end