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.
238 239 240 |
# File 'sig/types.rbs', line 238 def @application_permissions end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
237 238 239 |
# File 'sig/types.rbs', line 237 def namespace @namespace end |
#type ⇒ "MCP", "THIRD_PARTY_APPLICATION"
Returns the value of attribute type.
239 240 241 |
# File 'sig/types.rbs', line 239 def type @type end |