Class: Aws::Types::HostedConfigurationVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::HostedConfigurationVersionSummary
- 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_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.
631 632 633 |
# File 'sig/types.rbs', line 631 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
632 633 634 |
# File 'sig/types.rbs', line 632 def configuration_profile_id @configuration_profile_id end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
635 636 637 |
# File 'sig/types.rbs', line 635 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
634 635 636 |
# File 'sig/types.rbs', line 634 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
637 638 639 |
# File 'sig/types.rbs', line 637 def kms_key_arn @kms_key_arn end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
636 637 638 |
# File 'sig/types.rbs', line 636 def version_label @version_label end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
633 634 635 |
# File 'sig/types.rbs', line 633 def version_number @version_number end |