Class: Aws::Types::PutIntegrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2322
2323
2324
# File 'sig/types.rbs', line 2322

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def domain_name
  @domain_name
end

#event_trigger_names::Array[::String]

Returns the value of attribute event_trigger_names.

Returns:

  • (::Array[::String])


2329
2330
2331
# File 'sig/types.rbs', line 2329

def event_trigger_names
  @event_trigger_names
end

#is_unstructuredBoolean

Returns the value of attribute is_unstructured.

Returns:

  • (Boolean)


2327
2328
2329
# File 'sig/types.rbs', line 2327

def is_unstructured
  @is_unstructured
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2321
2322
2323
# File 'sig/types.rbs', line 2321

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])


2325
2326
2327
# File 'sig/types.rbs', line 2325

def object_type_names
  @object_type_names
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def role_arn
  @role_arn
end

#scope"PROFILE", "DOMAIN"

Returns the value of attribute scope.

Returns:

  • ("PROFILE", "DOMAIN")


2330
2331
2332
# File 'sig/types.rbs', line 2330

def scope
  @scope
end

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

Returns the value of attribute tags.

Returns:

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


2324
2325
2326
# File 'sig/types.rbs', line 2324

def tags
  @tags
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def uri
  @uri
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


2326
2327
2328
# File 'sig/types.rbs', line 2326

def workflow_id
  @workflow_id
end