Class: Aws::Types::Integrations
- Inherits:
-
Object
- Object
- Aws::Types::Integrations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_tag_resource_group ⇒ Types::ResourceGroup
Returns the value of attribute application_tag_resource_group.
-
#resource_group ⇒ Types::ResourceGroup
Returns the value of attribute resource_group.
Instance Attribute Details
#application_tag_resource_group ⇒ Types::ResourceGroup
Returns the value of attribute application_tag_resource_group.
241 242 243 |
# File 'sig/types.rbs', line 241 def application_tag_resource_group @application_tag_resource_group end |
#resource_group ⇒ Types::ResourceGroup
Returns the value of attribute resource_group.
240 241 242 |
# File 'sig/types.rbs', line 240 def resource_group @resource_group end |