Class: Aws::Types::DescribeApplicationVersionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationVersionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#version_labels ⇒ ::Array[::String]
Returns the value of attribute version_labels.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
354 355 356 |
# File 'sig/types.rbs', line 354 def application_name @application_name end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
356 357 358 |
# File 'sig/types.rbs', line 356 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
357 358 359 |
# File 'sig/types.rbs', line 357 def next_token @next_token end |
#version_labels ⇒ ::Array[::String]
Returns the value of attribute version_labels.
355 356 357 |
# File 'sig/types.rbs', line 355 def version_labels @version_labels end |