Class: Aws::Types::PutIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutIntegrationResponse
- 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.
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.
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.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def event_trigger_names @event_trigger_names end |
#is_unstructured ⇒ Boolean
Returns the value of attribute is_unstructured.
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.
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.
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.
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.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def role_arn @role_arn end |
#scope ⇒ "PROFILE", "DOMAIN"
Returns the value of attribute scope.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def scope @scope end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def @tags end |
#uri ⇒ ::String
Returns the value of attribute uri.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def uri @uri end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def workflow_id @workflow_id end |