Class: Aws::Types::DescribeActionConnectorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connectorTypes::ActionConnector

Returns the value of attribute action_connector.



4312
4313
4314
# File 'sig/types.rbs', line 4312

def action_connector
  @action_connector
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4313
4314
4315
# File 'sig/types.rbs', line 4313

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4314
4315
4316
# File 'sig/types.rbs', line 4314

def status
  @status
end