Class: Aws::Types::Snapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#administrative_actions::Array[Types::AdministrativeAction]

Returns the value of attribute administrative_actions.

Returns:



1591
1592
1593
# File 'sig/types.rbs', line 1591

def administrative_actions
  @administrative_actions
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1587
1588
1589
# File 'sig/types.rbs', line 1587

def creation_time
  @creation_time
end

#lifecycle"PENDING", ...

Returns the value of attribute lifecycle.

Returns:

  • ("PENDING", "CREATING", "DELETING", "AVAILABLE")


1588
1589
1590
# File 'sig/types.rbs', line 1588

def lifecycle
  @lifecycle
end

#lifecycle_transition_reasonTypes::LifecycleTransitionReason

Returns the value of attribute lifecycle_transition_reason.



1589
1590
1591
# File 'sig/types.rbs', line 1589

def lifecycle_transition_reason
  @lifecycle_transition_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def name
  @name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def resource_arn
  @resource_arn
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def snapshot_id
  @snapshot_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1590
1591
1592
# File 'sig/types.rbs', line 1590

def tags
  @tags
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def volume_id
  @volume_id
end