Class: Aws::Types::DescribePartnerAppResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePartnerAppResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_config ⇒ Types::PartnerAppConfig
Returns the value of attribute application_config.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_type ⇒ "IAM", "IDC"
Returns the value of attribute auth_type.
-
#available_upgrade ⇒ Types::AvailableUpgrade
Returns the value of attribute available_upgrade.
-
#base_url ⇒ ::String
Returns the value of attribute base_url.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_version_eol_date ⇒ ::Time
Returns the value of attribute current_version_eol_date.
-
#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.
-
#error ⇒ Types::ErrorInfo
Returns the value of attribute error.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#idc_config ⇒ Types::IdcConfigOutput
Returns the value of attribute idc_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Returns the value of attribute maintenance_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#tier ⇒ ::String
Returns the value of attribute tier.
-
#type ⇒ "lakera-guard", ...
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#application_config ⇒ Types::PartnerAppConfig
Returns the value of attribute application_config.
4998 4999 5000 |
# File 'sig/types.rbs', line 4998 def application_config @application_config end |
#arn ⇒ ::String
Returns the value of attribute arn.
4986 4987 4988 |
# File 'sig/types.rbs', line 4986 def arn @arn end |
#auth_type ⇒ "IAM", "IDC"
Returns the value of attribute auth_type.
4999 5000 5001 |
# File 'sig/types.rbs', line 4999 def auth_type @auth_type end |
#available_upgrade ⇒ Types::AvailableUpgrade
Returns the value of attribute available_upgrade.
5004 5005 5006 |
# File 'sig/types.rbs', line 5004 def available_upgrade @available_upgrade end |
#base_url ⇒ ::String
Returns the value of attribute base_url.
4994 4995 4996 |
# File 'sig/types.rbs', line 4994 def base_url @base_url end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4990 4991 4992 |
# File 'sig/types.rbs', line 4990 def creation_time @creation_time end |
#current_version_eol_date ⇒ ::Time
Returns the value of attribute current_version_eol_date.
5003 5004 5005 |
# File 'sig/types.rbs', line 5003 def current_version_eol_date @current_version_eol_date end |
#enable_auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute enable_auto_minor_version_upgrade.
5002 5003 5004 |
# File 'sig/types.rbs', line 5002 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.
5000 5001 5002 |
# File 'sig/types.rbs', line 5000 def enable_iam_session_based_identity @enable_iam_session_based_identity end |
#error ⇒ Types::ErrorInfo
Returns the value of attribute error.
5001 5002 5003 |
# File 'sig/types.rbs', line 5001 def error @error end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
4992 4993 4994 |
# File 'sig/types.rbs', line 4992 def execution_role_arn @execution_role_arn end |
#idc_config ⇒ Types::IdcConfigOutput
Returns the value of attribute idc_config.
5005 5006 5007 |
# File 'sig/types.rbs', line 5005 def idc_config @idc_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4993 4994 4995 |
# File 'sig/types.rbs', line 4993 def kms_key_id @kms_key_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4991 4992 4993 |
# File 'sig/types.rbs', line 4991 def last_modified_time @last_modified_time end |
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Returns the value of attribute maintenance_config.
4995 4996 4997 |
# File 'sig/types.rbs', line 4995 def maintenance_config @maintenance_config end |
#name ⇒ ::String
Returns the value of attribute name.
4987 4988 4989 |
# File 'sig/types.rbs', line 4987 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4989 4990 4991 |
# File 'sig/types.rbs', line 4989 def status @status end |
#tier ⇒ ::String
Returns the value of attribute tier.
4996 4997 4998 |
# File 'sig/types.rbs', line 4996 def tier @tier end |
#type ⇒ "lakera-guard", ...
Returns the value of attribute type.
4988 4989 4990 |
# File 'sig/types.rbs', line 4988 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
4997 4998 4999 |
# File 'sig/types.rbs', line 4997 def version @version end |