Class: Aws::Types::ListCommitmentPurchaseAnalysesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCommitmentPurchaseAnalysesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_ids ⇒ ::Array[::String]
Returns the value of attribute analysis_ids.
-
#analysis_status ⇒ "SUCCEEDED", ...
Returns the value of attribute analysis_status.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
Instance Attribute Details
#analysis_ids ⇒ ::Array[::String]
Returns the value of attribute analysis_ids.
936 937 938 |
# File 'sig/types.rbs', line 936 def analysis_ids @analysis_ids end |
#analysis_status ⇒ "SUCCEEDED", ...
Returns the value of attribute analysis_status.
933 934 935 |
# File 'sig/types.rbs', line 933 def analysis_status @analysis_status end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
934 935 936 |
# File 'sig/types.rbs', line 934 def next_page_token @next_page_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
935 936 937 |
# File 'sig/types.rbs', line 935 def page_size @page_size end |