Class: Aws::Types::ListIntegrationItem

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)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def domain_name
  @domain_name
end

#event_trigger_names::Array[::String]

Returns the value of attribute event_trigger_names.

Returns:

  • (::Array[::String])


1805
1806
1807
# File 'sig/types.rbs', line 1805

def event_trigger_names
  @event_trigger_names
end

#is_unstructuredBoolean

Returns the value of attribute is_unstructured.

Returns:

  • (Boolean)


1803
1804
1805
# File 'sig/types.rbs', line 1803

def is_unstructured
  @is_unstructured
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

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


1801
1802
1803
# File 'sig/types.rbs', line 1801

def object_type_names
  @object_type_names
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def role_arn
  @role_arn
end

#scope"PROFILE", "DOMAIN"

Returns the value of attribute scope.

Returns:

  • ("PROFILE", "DOMAIN")


1806
1807
1808
# File 'sig/types.rbs', line 1806

def scope
  @scope
end

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

Returns the value of attribute tags.

Returns:

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


1800
1801
1802
# File 'sig/types.rbs', line 1800

def tags
  @tags
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def uri
  @uri
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def workflow_id
  @workflow_id
end