Class: Aws::Types::GroupingStatusesItem

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action"GROUP", "UNGROUP"

Returns the value of attribute action.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def action
  @action
end

#error_code::String

Returns the value of attribute error_code.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def error_message
  @error_message
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def resource_arn
  @resource_arn
end

#status"SUCCESS", ...

Returns the value of attribute status.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def updated_at
  @updated_at
end