Class: Aws::Types::DescribeSelfUpgradeConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5206
5207
5208
# File 'sig/types.rbs', line 5206

def request_id
  @request_id
end

#self_upgrade_configurationTypes::SelfUpgradeConfiguration

Returns the value of attribute self_upgrade_configuration.



5205
5206
5207
# File 'sig/types.rbs', line 5205

def self_upgrade_configuration
  @self_upgrade_configuration
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5207
5208
5209
# File 'sig/types.rbs', line 5207

def status
  @status
end