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)


11885
11886
11887
# File 'sig/types.rbs', line 11885

def action_connector_id
  @action_connector_id
end

#authentication_configTypes::AuthConfig

Returns the value of attribute authentication_config.

Returns:



11887
11888
11889
# File 'sig/types.rbs', line 11887

def authentication_config
  @authentication_config
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


11884
11885
11886
# File 'sig/types.rbs', line 11884

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11888
11889
11890
# File 'sig/types.rbs', line 11888

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11886
11887
11888
# File 'sig/types.rbs', line 11886

def name
  @name
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


11889
11890
11891
# File 'sig/types.rbs', line 11889

def vpc_connection_arn
  @vpc_connection_arn
end