Class: Aws::Types::PutIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#event_trigger_names ⇒ ::Array[::String]
Returns the value of attribute event_trigger_names.
-
#flow_definition ⇒ Types::FlowDefinition
Returns the value of attribute flow_definition.
-
#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.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def domain_name @domain_name end |
#event_trigger_names ⇒ ::Array[::String]
Returns the value of attribute event_trigger_names.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def event_trigger_names @event_trigger_names end |
#flow_definition ⇒ Types::FlowDefinition
Returns the value of attribute flow_definition.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def flow_definition @flow_definition end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def object_type_name @object_type_name end |
#object_type_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute object_type_names.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def object_type_names @object_type_names end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def role_arn @role_arn end |
#scope ⇒ "PROFILE", "DOMAIN"
Returns the value of attribute scope.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def scope @scope end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def @tags end |
#uri ⇒ ::String
Returns the value of attribute uri.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def uri @uri end |