Class: Aws::Types::CreateIntegrationAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:



1623
1624
1625
# File 'sig/types.rbs', line 1623

def instance_id
  @instance_id
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:



1625
1626
1627
# File 'sig/types.rbs', line 1625

def integration_arn
  @integration_arn
end

#integration_type"EVENT", ...

Returns the value of attribute integration_type.

Returns:



1624
1625
1626
# File 'sig/types.rbs', line 1624

def integration_type
  @integration_type
end

#source_application_name::String

Returns the value of attribute source_application_name.

Returns:



1627
1628
1629
# File 'sig/types.rbs', line 1627

def source_application_name
  @source_application_name
end

#source_application_url::String

Returns the value of attribute source_application_url.

Returns:



1626
1627
1628
# File 'sig/types.rbs', line 1626

def source_application_url
  @source_application_url
end

#source_type"SALESFORCE", ...

Returns the value of attribute source_type.

Returns:



1628
1629
1630
# File 'sig/types.rbs', line 1628

def source_type
  @source_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



1629
1630
1631
# File 'sig/types.rbs', line 1629

def tags
  @tags
end