Class: Aws::Types::ClusterSnapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_user_name::String

Returns the value of attribute admin_user_name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def admin_user_name
  @admin_user_name
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def cluster_arn
  @cluster_arn
end

#cluster_creation_time::String

Returns the value of attribute cluster_creation_time.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def cluster_creation_time
  @cluster_creation_time
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def kms_key_id
  @kms_key_id
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def snapshot_arn
  @snapshot_arn
end

#snapshot_creation_time::String

Returns the value of attribute snapshot_creation_time.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def snapshot_creation_time
  @snapshot_creation_time
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def snapshot_name
  @snapshot_name
end

#snapshot_type"MANUAL", "AUTOMATED"

Returns the value of attribute snapshot_type.

Returns:

  • ("MANUAL", "AUTOMATED")


65
66
67
# File 'sig/types.rbs', line 65

def snapshot_type
  @snapshot_type
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "UPDATING", "VPC_ENDPOINT_LIMIT_EXCEEDED", "IP_ADDRESS_LIMIT_EXCEEDED", "INVALID_SECURITY_GROUP_ID", "INVALID_SUBNET_ID", "INACCESSIBLE_ENCRYPTION_CREDS", "INACCESSIBLE_SECRET_ARN", "INACCESSIBLE_VPC_ENDPOINT", "INCOMPATIBLE_NETWORK", "MERGING", "MODIFYING", "SPLITTING", "COPYING", "STARTING", "STOPPING", "STOPPED", "MAINTENANCE", "INACCESSIBLE_ENCRYPTION_CREDENTIALS_RECOVERABLE")


66
67
68
# File 'sig/types.rbs', line 66

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


67
68
69
# File 'sig/types.rbs', line 67

def subnet_ids
  @subnet_ids
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


68
69
70
# File 'sig/types.rbs', line 68

def vpc_security_group_ids
  @vpc_security_group_ids
end