Class: Aws::Types::ListSelfUpgradesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7736
7737
7738
# File 'sig/types.rbs', line 7736

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7737
7738
7739
# File 'sig/types.rbs', line 7737

def request_id
  @request_id
end

#self_upgrade_request_details::Array[Types::SelfUpgradeRequestDetail]

Returns the value of attribute self_upgrade_request_details.

Returns:



7735
7736
7737
# File 'sig/types.rbs', line 7735

def self_upgrade_request_details
  @self_upgrade_request_details
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7738
7739
7740
# File 'sig/types.rbs', line 7738

def status
  @status
end