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"
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.
-
#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.
4980 4981 4982 |
# File 'sig/types.rbs', line 4980 def application_config @application_config end |
#arn ⇒ ::String
Returns the value of attribute arn.
4968 4969 4970 |
# File 'sig/types.rbs', line 4968 def arn @arn end |
#auth_type ⇒ "IAM"
Returns the value of attribute auth_type.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def auth_type @auth_type end |
#available_upgrade ⇒ Types::AvailableUpgrade
Returns the value of attribute available_upgrade.
4986 4987 4988 |
# File 'sig/types.rbs', line 4986 def available_upgrade @available_upgrade end |
#base_url ⇒ ::String
Returns the value of attribute base_url.
4976 4977 4978 |
# File 'sig/types.rbs', line 4976 def base_url @base_url end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4972 4973 4974 |
# File 'sig/types.rbs', line 4972 def creation_time @creation_time end |
#current_version_eol_date ⇒ ::Time
Returns the value of attribute current_version_eol_date.
4985 4986 4987 |
# File 'sig/types.rbs', line 4985 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.
4984 4985 4986 |
# File 'sig/types.rbs', line 4984 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.
4982 4983 4984 |
# File 'sig/types.rbs', line 4982 def enable_iam_session_based_identity @enable_iam_session_based_identity end |
#error ⇒ Types::ErrorInfo
Returns the value of attribute error.
4983 4984 4985 |
# File 'sig/types.rbs', line 4983 def error @error end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
4974 4975 4976 |
# File 'sig/types.rbs', line 4974 def execution_role_arn @execution_role_arn end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4975 4976 4977 |
# File 'sig/types.rbs', line 4975 def kms_key_id @kms_key_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4973 4974 4975 |
# File 'sig/types.rbs', line 4973 def last_modified_time @last_modified_time end |
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Returns the value of attribute maintenance_config.
4977 4978 4979 |
# File 'sig/types.rbs', line 4977 def maintenance_config @maintenance_config end |
#name ⇒ ::String
Returns the value of attribute name.
4969 4970 4971 |
# File 'sig/types.rbs', line 4969 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4971 4972 4973 |
# File 'sig/types.rbs', line 4971 def status @status end |
#tier ⇒ ::String
Returns the value of attribute tier.
4978 4979 4980 |
# File 'sig/types.rbs', line 4978 def tier @tier end |
#type ⇒ "lakera-guard", ...
Returns the value of attribute type.
4970 4971 4972 |
# File 'sig/types.rbs', line 4970 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
4979 4980 4981 |
# File 'sig/types.rbs', line 4979 def version @version end |