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)


11895
11896
11897
# File 'sig/types.rbs', line 11895

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


11894
11895
11896
# File 'sig/types.rbs', line 11894

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


11896
11897
11898
# File 'sig/types.rbs', line 11896

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


11898
11899
11900
# File 'sig/types.rbs', line 11898

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")


11897
11898
11899
# File 'sig/types.rbs', line 11897

def update_status
  @update_status
end