Class: Aws::Types::CreateActionConnectorResponse

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)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def arn
  @arn
end

#creation_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute creation_status.

Returns:

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


2093
2094
2095
# File 'sig/types.rbs', line 2093

def creation_status
  @creation_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def status
  @status
end