Class: Aws::Types::DescribeArchiveResponse

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:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def archive_arn
  @archive_arn
end

#archive_name::String

Returns the value of attribute archive_name.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def archive_name
  @archive_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


442
443
444
# File 'sig/types.rbs', line 442

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def description
  @description
end

#event_count::Integer

Returns the value of attribute event_count.

Returns:

  • (::Integer)


441
442
443
# File 'sig/types.rbs', line 441

def event_count
  @event_count
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def event_pattern
  @event_pattern
end

#event_source_arn::String

Returns the value of attribute event_source_arn.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def event_source_arn
  @event_source_arn
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def kms_key_identifier
  @kms_key_identifier
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


439
440
441
# File 'sig/types.rbs', line 439

def retention_days
  @retention_days
end

#size_bytes::Integer

Returns the value of attribute size_bytes.

Returns:

  • (::Integer)


440
441
442
# File 'sig/types.rbs', line 440

def size_bytes
  @size_bytes
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED", "CREATING", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED")


436
437
438
# File 'sig/types.rbs', line 436

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def state_reason
  @state_reason
end