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)


30
31
32
# File 'sig/types.rbs', line 30

def archive_name
  @archive_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#event_count::Integer

Returns the value of attribute event_count.

Returns:

  • (::Integer)


36
37
38
# File 'sig/types.rbs', line 36

def event_count
  @event_count
end

#event_source_arn::String

Returns the value of attribute event_source_arn.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def event_source_arn
  @event_source_arn
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


34
35
36
# File 'sig/types.rbs', line 34

def retention_days
  @retention_days
end

#size_bytes::Integer

Returns the value of attribute size_bytes.

Returns:

  • (::Integer)


35
36
37
# File 'sig/types.rbs', line 35

def size_bytes
  @size_bytes
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

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


32
33
34
# File 'sig/types.rbs', line 32

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def state_reason
  @state_reason
end