Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_config ⇒ Types::ApplicationConfig

Returns the value of attribute application_config.



73
74
75
# File 'sig/types.rbs', line 73

def application_config
  @application_config
end

#application_source_config ⇒ Types::ApplicationSourceConfig

Returns the value of attribute application_source_config.



65
66
67
# File 'sig/types.rbs', line 65

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


75
76
77
# File 'sig/types.rbs', line 75

def application_type
  @application_type
end

#auth_config ⇒ Types::AuthConfig

Returns the value of attribute auth_config.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def auth_config
  @auth_config
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def description
  @description
end

#iframe_config ⇒ Types::IframeConfig

Returns the value of attribute iframe_config.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def iframe_config
  @iframe_config
end

#initialization_timeout ⇒ ::Integer

Returns the value of attribute initialization_timeout.

Returns:

  • (::Integer)


72
73
74
# File 'sig/types.rbs', line 72

def initialization_timeout
  @initialization_timeout
end

#is_service ⇒ Boolean

Returns the value of attribute is_service.

Returns:

  • (Boolean)


71
72
73
# File 'sig/types.rbs', line 71

def is_service
  @is_service
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def name
  @name
end

#namespace ⇒ ::String

Returns the value of attribute namespace.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def namespace
  @namespace
end

#permissions ⇒ ::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


70
71
72
# File 'sig/types.rbs', line 70

def permissions
  @permissions
end

#publications ⇒ ::Array[Types::Publication]

Returns the value of attribute publications.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def publications
  @publications
end

#subscriptions ⇒ ::Array[Types::Subscription]

Returns the value of attribute subscriptions.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def subscriptions
  @subscriptions
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


69
70
71
# File 'sig/types.rbs', line 69

def tags
  @tags
end