Class: Aws::Types::UpdateActionConnectorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_id::String

Returns the value of attribute action_connector_id.

Returns:

  • (::String)


12285
12286
12287
# File 'sig/types.rbs', line 12285

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12284
12285
12286
# File 'sig/types.rbs', line 12284

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12286
12287
12288
# File 'sig/types.rbs', line 12286

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12288
12289
12290
# File 'sig/types.rbs', line 12288

def status
  @status
end

#update_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute update_status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


12287
12288
12289
# File 'sig/types.rbs', line 12287

def update_status
  @update_status
end