Class: Aws::Types::DeleteActionConnectorResponse

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)


3753
3754
3755
# File 'sig/types.rbs', line 3753

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3752
3753
3754
# File 'sig/types.rbs', line 3752

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3754
3755
3756
# File 'sig/types.rbs', line 3754

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3755
3756
3757
# File 'sig/types.rbs', line 3755

def status
  @status
end