Class: Aws::Types::CreateIntegrationWorkflowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def domain_name
  @domain_name
end

#integration_configTypes::IntegrationConfig

Returns the value of attribute integration_config.



430
431
432
# File 'sig/types.rbs', line 430

def integration_config
  @integration_config
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def object_type_name
  @object_type_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


433
434
435
# File 'sig/types.rbs', line 433

def tags
  @tags
end

#workflow_type"APPFLOW_INTEGRATION"

Returns the value of attribute workflow_type.

Returns:

  • ("APPFLOW_INTEGRATION")


429
430
431
# File 'sig/types.rbs', line 429

def workflow_type
  @workflow_type
end