Class: Aws::Types::AggregateStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#signature_map ⇒ ::Hash[::String, bool]

Returns the value of attribute signature_map.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def signature_map
  @signature_map
end

#status ⇒ "SUCCESS", ...

Returns the value of attribute status.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def status
  @status
end