Class: Aws::Types::UpdateSelfUpgradeConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12517
12518
12519
# File 'sig/types.rbs', line 12517

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12518
12519
12520
# File 'sig/types.rbs', line 12518

def namespace
  @namespace
end

#self_upgrade_status"AUTO_APPROVAL", "ADMIN_APPROVAL"

Returns the value of attribute self_upgrade_status.

Returns:

  • ("AUTO_APPROVAL", "ADMIN_APPROVAL")


12519
12520
12521
# File 'sig/types.rbs', line 12519

def self_upgrade_status
  @self_upgrade_status
end