Class: Aws::Types::ArtifactDetails
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_count ⇒ ::Integer
Returns the value of attribute maximum_count.
-
#minimum_count ⇒ ::Integer
Returns the value of attribute minimum_count.
Instance Attribute Details
#maximum_count ⇒ ::Integer
Returns the value of attribute maximum_count.
279 280 281 |
# File 'sig/types.rbs', line 279 def maximum_count @maximum_count end |
#minimum_count ⇒ ::Integer
Returns the value of attribute minimum_count.
278 279 280 |
# File 'sig/types.rbs', line 278 def minimum_count @minimum_count end |