Class: Aws::Types::PutIntegrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:flow_definition])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def domain_name
  @domain_name
end

#event_trigger_names::Array[::String]

Returns the value of attribute event_trigger_names.

Returns:

  • (::Array[::String])


2313
2314
2315
# File 'sig/types.rbs', line 2313

def event_trigger_names
  @event_trigger_names
end

#flow_definitionTypes::FlowDefinition

Returns the value of attribute flow_definition.



2311
2312
2313
# File 'sig/types.rbs', line 2311

def flow_definition
  @flow_definition
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2308
2309
2310
# File 'sig/types.rbs', line 2308

def object_type_name
  @object_type_name
end

#object_type_names::Hash[::String, ::String]

Returns the value of attribute object_type_names.

Returns:

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


2309
2310
2311
# File 'sig/types.rbs', line 2309

def object_type_names
  @object_type_names
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def role_arn
  @role_arn
end

#scope"PROFILE", "DOMAIN"

Returns the value of attribute scope.

Returns:

  • ("PROFILE", "DOMAIN")


2314
2315
2316
# File 'sig/types.rbs', line 2314

def scope
  @scope
end

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

Returns the value of attribute tags.

Returns:

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


2310
2311
2312
# File 'sig/types.rbs', line 2310

def tags
  @tags
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


2307
2308
2309
# File 'sig/types.rbs', line 2307

def uri
  @uri
end