Class: Aws::Types::GetApplicationResponse

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.



257
258
259
# File 'sig/types.rbs', line 257

def application_config
  @application_config
end

#application_source_config ⇒ Types::ApplicationSourceConfig

Returns the value of attribute application_source_config.



248
249
250
# File 'sig/types.rbs', line 248

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


259
260
261
# File 'sig/types.rbs', line 259

def application_type
  @application_type
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def arn
  @arn
end

#auth_config ⇒ Types::AuthConfig

Returns the value of attribute auth_config.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def auth_config
  @auth_config
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


251
252
253
# File 'sig/types.rbs', line 251

def created_time
  @created_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def id
  @id
end

#iframe_config ⇒ Types::IframeConfig

Returns the value of attribute iframe_config.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def iframe_config
  @iframe_config
end

#initialization_timeout ⇒ ::Integer

Returns the value of attribute initialization_timeout.

Returns:

  • (::Integer)


256
257
258
# File 'sig/types.rbs', line 256

def initialization_timeout
  @initialization_timeout
end

#is_service ⇒ Boolean

Returns the value of attribute is_service.

Returns:

  • (Boolean)


255
256
257
# File 'sig/types.rbs', line 255

def is_service
  @is_service
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


252
253
254
# File 'sig/types.rbs', line 252

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def name
  @name
end

#namespace ⇒ ::String

Returns the value of attribute namespace.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def namespace
  @namespace
end

#permissions ⇒ ::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


254
255
256
# File 'sig/types.rbs', line 254

def permissions
  @permissions
end

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

Returns the value of attribute publications.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def publications
  @publications
end

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

Returns the value of attribute subscriptions.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def subscriptions
  @subscriptions
end

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

Returns the value of attribute tags.

Returns:

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


253
254
255
# File 'sig/types.rbs', line 253

def tags
  @tags
end