Class: Aws::Types::ListPullTimeUpdateExclusionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPullTimeUpdateExclusionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pull_time_update_exclusions ⇒ ::Array[::String]
Returns the value of attribute pull_time_update_exclusions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
879 880 881 |
# File 'sig/types.rbs', line 879 def next_token @next_token end |
#pull_time_update_exclusions ⇒ ::Array[::String]
Returns the value of attribute pull_time_update_exclusions.
878 879 880 |
# File 'sig/types.rbs', line 878 def pull_time_update_exclusions @pull_time_update_exclusions end |