Class: Aws::Types::Cluster

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_policy"DEFAULT"

Returns the value of attribute backup_policy.

Returns:

  • ("DEFAULT")


80
81
82
# File 'sig/types.rbs', line 80

def backup_policy
  @backup_policy
end

#backup_retention_policyTypes::BackupRetentionPolicy

Returns the value of attribute backup_retention_policy.



81
82
83
# File 'sig/types.rbs', line 81

def backup_retention_policy
  @backup_retention_policy
end

#certificatesTypes::Certificates

Returns the value of attribute certificates.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def certificates
  @certificates
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def cluster_id
  @cluster_id
end

#create_timestamp::Time

Returns the value of attribute create_timestamp.

Returns:

  • (::Time)


83
84
85
# File 'sig/types.rbs', line 83

def create_timestamp
  @create_timestamp
end

#hsm_type::String

Returns the value of attribute hsm_type.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def hsm_type
  @hsm_type
end

#hsm_type_rollback_expiration::Time

Returns the value of attribute hsm_type_rollback_expiration.

Returns:

  • (::Time)


86
87
88
# File 'sig/types.rbs', line 86

def hsm_type_rollback_expiration
  @hsm_type_rollback_expiration
end

#hsms::Array[Types::Hsm]

Returns the value of attribute hsms.

Returns:



84
85
86
# File 'sig/types.rbs', line 84

def hsms
  @hsms
end

#mode"FIPS", "NON_FIPS"

Returns the value of attribute mode.

Returns:

  • ("FIPS", "NON_FIPS")


97
98
99
# File 'sig/types.rbs', line 97

def mode
  @mode
end

#network_type"IPV4", "DUALSTACK"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUALSTACK")


94
95
96
# File 'sig/types.rbs', line 94

def network_type
  @network_type
end

#pre_co_password::String

Returns the value of attribute pre_co_password.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def pre_co_password
  @pre_co_password
end

#security_group::String

Returns the value of attribute security_group.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def security_group
  @security_group
end

#source_backup_id::String

Returns the value of attribute source_backup_id.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def source_backup_id
  @source_backup_id
end

#state"CREATE_IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

  • ("CREATE_IN_PROGRESS", "UNINITIALIZED", "INITIALIZE_IN_PROGRESS", "INITIALIZED", "ACTIVE", "UPDATE_IN_PROGRESS", "MODIFY_IN_PROGRESS", "ROLLBACK_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DEGRADED")


90
91
92
# File 'sig/types.rbs', line 90

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def state_message
  @state_message
end

#subnet_mapping::Hash[::String, ::String]

Returns the value of attribute subnet_mapping.

Returns:

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


92
93
94
# File 'sig/types.rbs', line 92

def subnet_mapping
  @subnet_mapping
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def tag_list
  @tag_list
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def vpc_id
  @vpc_id
end