Class: Aws::Types::CreatePartnerAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_configTypes::PartnerAppConfig

Returns the value of attribute application_config.



2717
2718
2719
# File 'sig/types.rbs', line 2717

def application_config
  @application_config
end

#auth_type"IAM"

Returns the value of attribute auth_type.

Returns:

  • ("IAM")


2718
2719
2720
# File 'sig/types.rbs', line 2718

def auth_type
  @auth_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2721
2722
2723
# File 'sig/types.rbs', line 2721

def client_token
  @client_token
end

#enable_auto_minor_version_upgradeBoolean

Returns the value of attribute enable_auto_minor_version_upgrade.

Returns:

  • (Boolean)


2720
2721
2722
# File 'sig/types.rbs', line 2720

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)


2719
2720
2721
# File 'sig/types.rbs', line 2719

def enable_iam_session_based_identity
  @enable_iam_session_based_identity
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


2713
2714
2715
# File 'sig/types.rbs', line 2713

def execution_role_arn
  @execution_role_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def kms_key_id
  @kms_key_id
end

#maintenance_configTypes::PartnerAppMaintenanceConfig

Returns the value of attribute maintenance_config.



2715
2716
2717
# File 'sig/types.rbs', line 2715

def maintenance_config
  @maintenance_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2711
2712
2713
# File 'sig/types.rbs', line 2711

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2722
2723
2724
# File 'sig/types.rbs', line 2722

def tags
  @tags
end

#tier::String

Returns the value of attribute tier.

Returns:

  • (::String)


2716
2717
2718
# File 'sig/types.rbs', line 2716

def tier
  @tier
end

#type"lakera-guard", ...

Returns the value of attribute type.

Returns:

  • ("lakera-guard", "comet", "deepchecks-llm-evaluation", "fiddler")


2712
2713
2714
# File 'sig/types.rbs', line 2712

def type
  @type
end