Class: Aws::Types::Application

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_permissions::Array[::String]

Returns the value of attribute application_permissions.

Returns:

  • (::Array[::String])


233
234
235
# File 'sig/types.rbs', line 233

def application_permissions
  @application_permissions
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def namespace
  @namespace
end

#type"MCP", "THIRD_PARTY_APPLICATION"

Returns the value of attribute type.

Returns:

  • ("MCP", "THIRD_PARTY_APPLICATION")


234
235
236
# File 'sig/types.rbs', line 234

def type
  @type
end