Class: Aws::Types::CodeRepositoryAggregation
- Inherits:
-
Object
- Object
- Aws::Types::CodeRepositoryAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#project_names ⇒ ::Array[Types::StringFilter]
Returns the value of attribute project_names.
-
#provider_types ⇒ ::Array[Types::StringFilter]
Returns the value of attribute provider_types.
-
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
-
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#project_names ⇒ ::Array[Types::StringFilter]
Returns the value of attribute project_names.
658 659 660 |
# File 'sig/types.rbs', line 658 def project_names @project_names end |
#provider_types ⇒ ::Array[Types::StringFilter]
Returns the value of attribute provider_types.
659 660 661 |
# File 'sig/types.rbs', line 659 def provider_types @provider_types end |
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
662 663 664 |
# File 'sig/types.rbs', line 662 def resource_ids @resource_ids end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
661 662 663 |
# File 'sig/types.rbs', line 661 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
660 661 662 |
# File 'sig/types.rbs', line 660 def sort_order @sort_order end |