Class: Aws::Types::UpdateActionConnectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_id::String

Returns the value of attribute action_connector_id.

Returns:

  • (::String)


12275
12276
12277
# File 'sig/types.rbs', line 12275

def action_connector_id
  @action_connector_id
end

#authentication_configTypes::AuthConfig

Returns the value of attribute authentication_config.

Returns:



12277
12278
12279
# File 'sig/types.rbs', line 12277

def authentication_config
  @authentication_config
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12274
12275
12276
# File 'sig/types.rbs', line 12274

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12278
12279
12280
# File 'sig/types.rbs', line 12278

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12276
12277
12278
# File 'sig/types.rbs', line 12276

def name
  @name
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


12279
12280
12281
# File 'sig/types.rbs', line 12279

def vpc_connection_arn
  @vpc_connection_arn
end