Class: Aws::Types::HostedConfigurationVersion
- Inherits:
-
Object
- Object
- Aws::Types::HostedConfigurationVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
619 620 621 |
# File 'sig/types.rbs', line 619 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
620 621 622 |
# File 'sig/types.rbs', line 620 def configuration_profile_id @configuration_profile_id end |
#content ⇒ ::String
Returns the value of attribute content.
623 624 625 |
# File 'sig/types.rbs', line 623 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
624 625 626 |
# File 'sig/types.rbs', line 624 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
622 623 624 |
# File 'sig/types.rbs', line 622 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
626 627 628 |
# File 'sig/types.rbs', line 626 def kms_key_arn @kms_key_arn end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
625 626 627 |
# File 'sig/types.rbs', line 625 def version_label @version_label end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
621 622 623 |
# File 'sig/types.rbs', line 621 def version_number @version_number end |