Class: Aws::Types::ListIntegrationItem
- Inherits:
-
Object
- Object
- Aws::Types::ListIntegrationItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#event_trigger_names ⇒ ::Array[::String]
Returns the value of attribute event_trigger_names.
-
#is_unstructured ⇒ Boolean
Returns the value of attribute is_unstructured.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
-
#object_type_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute object_type_names.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#scope ⇒ "PROFILE", "DOMAIN"
Returns the value of attribute scope.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uri ⇒ ::String
Returns the value of attribute uri.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def event_trigger_names @event_trigger_names end |
#is_unstructured ⇒ Boolean
Returns the value of attribute is_unstructured.
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.
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.
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.
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.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def role_arn @role_arn end |
#scope ⇒ "PROFILE", "DOMAIN"
Returns the value of attribute scope.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def scope @scope end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def @tags end |
#uri ⇒ ::String
Returns the value of attribute uri.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def uri @uri end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def workflow_id @workflow_id end |