Class: Aws::Types::GetArchiveResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#archive_arn::String

Returns the value of attribute archive_arn.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def archive_arn
  @archive_arn
end

#archive_id::String

Returns the value of attribute archive_id.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def archive_id
  @archive_id
end

#archive_name::String

Returns the value of attribute archive_name.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def archive_name
  @archive_name
end

#archive_state"ACTIVE", "PENDING_DELETION"

Returns the value of attribute archive_state.

Returns:



510
511
512
# File 'sig/types.rbs', line 510

def archive_state
  @archive_state
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def created_timestamp
  @created_timestamp
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def kms_key_arn
  @kms_key_arn
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def last_updated_timestamp
  @last_updated_timestamp
end

#retentionTypes::ArchiveRetention

Returns the value of attribute retention.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def retention
  @retention
end