Class: Aws::Types::Archive

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#archive_id::String

Returns the value of attribute archive_id.

Returns:



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

def archive_id
  @archive_id
end

#archive_name::String

Returns the value of attribute archive_name.

Returns:



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

def archive_name
  @archive_name
end

#archive_state"ACTIVE", "PENDING_DELETION"

Returns the value of attribute archive_state.

Returns:



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

def archive_state
  @archive_state
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:



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

def last_updated_timestamp
  @last_updated_timestamp
end