Class: Aws::Types::Application
- Inherits:
-
Object
- Object
- Aws::Types::Application
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_permissions ⇒ ::Array[::String]
Returns the value of attribute application_permissions.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#type ⇒ "MCP", "THIRD_PARTY_APPLICATION"
Returns the value of attribute type.
Instance Attribute Details
#application_permissions ⇒ ::Array[::String]
Returns the value of attribute application_permissions.
245 246 247 |
# File 'sig/types.rbs', line 245 def @application_permissions end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
244 245 246 |
# File 'sig/types.rbs', line 244 def namespace @namespace end |
#type ⇒ "MCP", "THIRD_PARTY_APPLICATION"
Returns the value of attribute type.
246 247 248 |
# File 'sig/types.rbs', line 246 def type @type end |