Class: Aws::Types::UpdateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_configTypes::ApplicationConfig

Returns the value of attribute application_config.



480
481
482
# File 'sig/types.rbs', line 480

def application_config
  @application_config
end

#application_source_configTypes::ApplicationSourceConfig

Returns the value of attribute application_source_config.



474
475
476
# File 'sig/types.rbs', line 474

def application_source_config
  @application_source_config
end

#application_type"STANDARD", ...

Returns the value of attribute application_type.

Returns:

  • ("STANDARD", "SERVICE", "MCP_SERVER", "A2A_SERVER")


482
483
484
# File 'sig/types.rbs', line 482

def application_type
  @application_type
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def arn
  @arn
end

#auth_configTypes::AuthConfig

Returns the value of attribute auth_config.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def auth_config
  @auth_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def description
  @description
end

#iframe_configTypes::IframeConfig

Returns the value of attribute iframe_config.

Returns:



481
482
483
# File 'sig/types.rbs', line 481

def iframe_config
  @iframe_config
end

#initialization_timeout::Integer

Returns the value of attribute initialization_timeout.

Returns:

  • (::Integer)


479
480
481
# File 'sig/types.rbs', line 479

def initialization_timeout
  @initialization_timeout
end

#is_serviceBoolean

Returns the value of attribute is_service.

Returns:

  • (Boolean)


478
479
480
# File 'sig/types.rbs', line 478

def is_service
  @is_service
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def name
  @name
end

#permissions::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


477
478
479
# File 'sig/types.rbs', line 477

def permissions
  @permissions
end

#publications::Array[Types::Publication]

Returns the value of attribute publications.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def publications
  @publications
end

#subscriptions::Array[Types::Subscription]

Returns the value of attribute subscriptions.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def subscriptions
  @subscriptions
end