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)


12444
12445
12446
# File 'sig/types.rbs', line 12444

def app_version
  @app_version
end

#application_configTypes::PartnerAppConfig

Returns the value of attribute application_config.



12439
12440
12441
# File 'sig/types.rbs', line 12439

def application_config
  @application_config
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12436
12437
12438
# File 'sig/types.rbs', line 12436

def arn
  @arn
end

#auth_type"IAM", "IDC"

Returns the value of attribute auth_type.

Returns:

  • ("IAM", "IDC")


12441
12442
12443
# File 'sig/types.rbs', line 12441

def auth_type
  @auth_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


12445
12446
12447
# File 'sig/types.rbs', line 12445

def client_token
  @client_token
end

#enable_auto_minor_version_upgradeBoolean

Returns the value of attribute enable_auto_minor_version_upgrade.

Returns:

  • (Boolean)


12443
12444
12445
# File 'sig/types.rbs', line 12443

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)


12442
12443
12444
# File 'sig/types.rbs', line 12442

def enable_iam_session_based_identity
  @enable_iam_session_based_identity
end

#idc_configTypes::IdcConfigInput

Returns the value of attribute idc_config.



12440
12441
12442
# File 'sig/types.rbs', line 12440

def idc_config
  @idc_config
end

#maintenance_configTypes::PartnerAppMaintenanceConfig

Returns the value of attribute maintenance_config.



12437
12438
12439
# File 'sig/types.rbs', line 12437

def maintenance_config
  @maintenance_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12446
12447
12448
# File 'sig/types.rbs', line 12446

def tags
  @tags
end

#tier::String

Returns the value of attribute tier.

Returns:

  • (::String)


12438
12439
12440
# File 'sig/types.rbs', line 12438

def tier
  @tier
end