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.
233 234 235 |
# File 'sig/types.rbs', line 233 def @application_permissions end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
232 233 234 |
# File 'sig/types.rbs', line 232 def namespace @namespace end |
#type ⇒ "MCP", "THIRD_PARTY_APPLICATION"
Returns the value of attribute type.
234 235 236 |
# File 'sig/types.rbs', line 234 def type @type end |