Class: Aws::Types::GetApplicationComponentDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_component_detailTypes::ApplicationComponentDetail

Returns the value of attribute application_component_detail.



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

def application_component_detail
  @application_component_detail
end

#associated_applications::Array[Types::AssociatedApplication]

Returns the value of attribute associated_applications.

Returns:



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

def associated_applications
  @associated_applications
end

#associated_server_ids::Array[::String]

Returns the value of attribute associated_server_ids.

Returns:

  • (::Array[::String])


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

def associated_server_ids
  @associated_server_ids
end

#more_application_resourceBoolean

Returns the value of attribute more_application_resource.

Returns:

  • (Boolean)


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

def more_application_resource
  @more_application_resource
end