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)


4973
4974
4975
# File 'sig/types.rbs', line 4973

def request_id
  @request_id
end

#self_upgrade_configurationTypes::SelfUpgradeConfiguration

Returns the value of attribute self_upgrade_configuration.



4972
4973
4974
# File 'sig/types.rbs', line 4972

def self_upgrade_configuration
  @self_upgrade_configuration
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4974
4975
4976
# File 'sig/types.rbs', line 4974

def status
  @status
end