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)


371
372
373
# File 'sig/types.rbs', line 371

def archive_arn
  @archive_arn
end

#archive_name::String

Returns the value of attribute archive_name.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def archive_name
  @archive_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


381
382
383
# File 'sig/types.rbs', line 381

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def description
  @description
end

#event_count::Integer

Returns the value of attribute event_count.

Returns:

  • (::Integer)


380
381
382
# File 'sig/types.rbs', line 380

def event_count
  @event_count
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def event_pattern
  @event_pattern
end

#event_source_arn::String

Returns the value of attribute event_source_arn.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def event_source_arn
  @event_source_arn
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def retention_days
  @retention_days
end

#size_bytes::Integer

Returns the value of attribute size_bytes.

Returns:

  • (::Integer)


379
380
381
# File 'sig/types.rbs', line 379

def size_bytes
  @size_bytes
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

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


376
377
378
# File 'sig/types.rbs', line 376

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def state_reason
  @state_reason
end