Class: Aws::Types::UpdatePartnerAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_version::String

Returns the value of attribute app_version.

Returns:

  • (::String)


12358
12359
12360
# File 'sig/types.rbs', line 12358

def app_version
  @app_version
end

#application_configTypes::PartnerAppConfig

Returns the value of attribute application_config.



12355
12356
12357
# File 'sig/types.rbs', line 12355

def application_config
  @application_config
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12352
12353
12354
# File 'sig/types.rbs', line 12352

def arn
  @arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


12359
12360
12361
# File 'sig/types.rbs', line 12359

def client_token
  @client_token
end

#enable_auto_minor_version_upgradeBoolean

Returns the value of attribute enable_auto_minor_version_upgrade.

Returns:

  • (Boolean)


12357
12358
12359
# File 'sig/types.rbs', line 12357

def enable_auto_minor_version_upgrade
  @enable_auto_minor_version_upgrade
end

#enable_iam_session_based_identityBoolean

Returns the value of attribute enable_iam_session_based_identity.

Returns:

  • (Boolean)


12356
12357
12358
# File 'sig/types.rbs', line 12356

def enable_iam_session_based_identity
  @enable_iam_session_based_identity
end

#maintenance_configTypes::PartnerAppMaintenanceConfig

Returns the value of attribute maintenance_config.



12353
12354
12355
# File 'sig/types.rbs', line 12353

def maintenance_config
  @maintenance_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12360
12361
12362
# File 'sig/types.rbs', line 12360

def tags
  @tags
end

#tier::String

Returns the value of attribute tier.

Returns:

  • (::String)


12354
12355
12356
# File 'sig/types.rbs', line 12354

def tier
  @tier
end