Class: Aws::Types::ClusterSnapshotInList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def cluster_arn
  @cluster_arn
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def snapshot_arn
  @snapshot_arn
end

#snapshot_creation_time::String

Returns the value of attribute snapshot_creation_time.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def snapshot_creation_time
  @snapshot_creation_time
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def snapshot_name
  @snapshot_name
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")


77
78
79
# File 'sig/types.rbs', line 77

def status
  @status
end