Class: Aws::Types::Cluster

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#admin_user_name::String

Returns the value of attribute admin_user_name.



30
31
32
# File 'sig/types.rbs', line 30

def admin_user_name
  @admin_user_name
end

#auth_type"PLAIN_TEXT", "SECRET_ARN"

Returns the value of attribute auth_type.



31
32
33
# File 'sig/types.rbs', line 31

def auth_type
  @auth_type
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.



32
33
34
# File 'sig/types.rbs', line 32

def backup_retention_period
  @backup_retention_period
end

#cluster_arn::String

Returns the value of attribute cluster_arn.



33
34
35
# File 'sig/types.rbs', line 33

def cluster_arn
  @cluster_arn
end

#cluster_endpoint::String

Returns the value of attribute cluster_endpoint.



34
35
36
# File 'sig/types.rbs', line 34

def cluster_endpoint
  @cluster_endpoint
end

#cluster_name::String

Returns the value of attribute cluster_name.



35
36
37
# File 'sig/types.rbs', line 35

def cluster_name
  @cluster_name
end

#create_time::String

Returns the value of attribute create_time.



36
37
38
# File 'sig/types.rbs', line 36

def create_time
  @create_time
end

#kms_key_id::String

Returns the value of attribute kms_key_id.



37
38
39
# File 'sig/types.rbs', line 37

def kms_key_id
  @kms_key_id
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.



38
39
40
# File 'sig/types.rbs', line 38

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.



39
40
41
# File 'sig/types.rbs', line 39

def preferred_maintenance_window
  @preferred_maintenance_window
end

#shard_capacity::Integer

Returns the value of attribute shard_capacity.



40
41
42
# File 'sig/types.rbs', line 40

def shard_capacity
  @shard_capacity
end

#shard_count::Integer

Returns the value of attribute shard_count.



41
42
43
# File 'sig/types.rbs', line 41

def shard_count
  @shard_count
end

#shard_instance_count::Integer

Returns the value of attribute shard_instance_count.



42
43
44
# File 'sig/types.rbs', line 42

def shard_instance_count
  @shard_instance_count
end

#shards::Array[Types::Shard]

Returns the value of attribute shards.



43
44
45
# File 'sig/types.rbs', line 43

def shards
  @shards
end

#status"CREATING", ...

Returns the value of attribute status.



44
45
46
# File 'sig/types.rbs', line 44

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.



45
46
47
# File 'sig/types.rbs', line 45

def subnet_ids
  @subnet_ids
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.



46
47
48
# File 'sig/types.rbs', line 46

def vpc_security_group_ids
  @vpc_security_group_ids
end