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_name::String

Returns the value of attribute archive_name.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def archive_name
  @archive_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


45
46
47
# File 'sig/types.rbs', line 45

def creation_time
  @creation_time
end

#event_count::Integer

Returns the value of attribute event_count.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def event_count
  @event_count
end

#event_source_arn::String

Returns the value of attribute event_source_arn.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def event_source_arn
  @event_source_arn
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


42
43
44
# File 'sig/types.rbs', line 42

def retention_days
  @retention_days
end

#size_bytes::Integer

Returns the value of attribute size_bytes.

Returns:

  • (::Integer)


43
44
45
# File 'sig/types.rbs', line 43

def size_bytes
  @size_bytes
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

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


40
41
42
# File 'sig/types.rbs', line 40

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def state_reason
  @state_reason
end