Class: Aws::Types::GetIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationResponse
- 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.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def domain_name @domain_name end |
#event_trigger_names ⇒ ::Array[::String]
Returns the value of attribute event_trigger_names.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def event_trigger_names @event_trigger_names end |
#is_unstructured ⇒ Boolean
Returns the value of attribute is_unstructured.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def is_unstructured @is_unstructured end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def last_updated_at @last_updated_at end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def object_type_name @object_type_name end |
#object_type_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute object_type_names.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def object_type_names @object_type_names end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def role_arn @role_arn end |
#scope ⇒ "PROFILE", "DOMAIN"
Returns the value of attribute scope.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def scope @scope end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def @tags end |
#uri ⇒ ::String
Returns the value of attribute uri.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def uri @uri end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def workflow_id @workflow_id end |