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)


12973
12974
12975
# File 'sig/types.rbs', line 12973

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12974
12975
12976
# File 'sig/types.rbs', line 12974

def namespace
  @namespace
end

#self_upgrade_status"AUTO_APPROVAL", "ADMIN_APPROVAL"

Returns the value of attribute self_upgrade_status.

Returns:

  • ("AUTO_APPROVAL", "ADMIN_APPROVAL")


12975
12976
12977
# File 'sig/types.rbs', line 12975

def self_upgrade_status
  @self_upgrade_status
end