Class: Aws::FSx::Types::Snapshot

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

A snapshot of an Amazon FSx for OpenZFS volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#administrative_actionsArray<Types::AdministrativeAction>

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

Returns:



8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

Returns:

  • (Time)


8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleString

The lifecycle status of the snapshot.

  • PENDING - Amazon FSx hasn't started creating the snapshot.

  • CREATING - Amazon FSx is creating the snapshot.

  • DELETING - Amazon FSx is deleting the snapshot.

  • AVAILABLE - The snapshot is fully available.

Returns:

  • (String)


8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_transition_reasonTypes::LifecycleTransitionReason

Describes why a resource lifecycle state changed.



8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the snapshot.

Returns:

  • (String)


8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Returns:

  • (String)


8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the snapshot.

Returns:

  • (String)


8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of Tag values, with a maximum of 50 elements.

Returns:



8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The ID of the volume that the snapshot is of.

Returns:

  • (String)


8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8178

class Snapshot < Struct.new(
  :resource_arn,
  :snapshot_id,
  :name,
  :volume_id,
  :creation_time,
  :lifecycle,
  :lifecycle_transition_reason,
  :tags,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end