Class: Aws::Types::CreatePartnerAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePartnerAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_config ⇒ Types::PartnerAppConfig
Returns the value of attribute application_config.
-
#auth_type ⇒ "IAM"
Returns the value of attribute auth_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#enable_auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute enable_auto_minor_version_upgrade.
-
#enable_iam_session_based_identity ⇒ Boolean
Returns the value of attribute enable_iam_session_based_identity.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Returns the value of attribute maintenance_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tier ⇒ ::String
Returns the value of attribute tier.
-
#type ⇒ "lakera-guard", ...
Returns the value of attribute type.
Instance Attribute Details
#application_config ⇒ Types::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.
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.
2721 2722 2723 |
# File 'sig/types.rbs', line 2721 def client_token @client_token end |
#enable_auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute enable_auto_minor_version_upgrade.
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_identity ⇒ Boolean
Returns the value of attribute enable_iam_session_based_identity.
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.
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.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def kms_key_id @kms_key_id end |
#maintenance_config ⇒ Types::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.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def @tags end |
#tier ⇒ ::String
Returns the value of attribute tier.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def tier @tier end |
#type ⇒ "lakera-guard", ...
Returns the value of attribute type.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def type @type end |