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])


238
239
240
# File 'sig/types.rbs', line 238

def application_permissions
  @application_permissions
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def namespace
  @namespace
end

#type"MCP", "THIRD_PARTY_APPLICATION"

Returns the value of attribute type.

Returns:

  • ("MCP", "THIRD_PARTY_APPLICATION")


239
240
241
# File 'sig/types.rbs', line 239

def type
  @type
end