Class: Aws::Types::GetServerDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_applications::Array[Types::AssociatedApplication]

Returns the value of attribute associated_applications.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def associated_applications
  @associated_applications
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def next_token
  @next_token
end

#server_detailTypes::ServerDetail

Returns the value of attribute server_detail.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def server_detail
  @server_detail
end