Class: Aws::Types::ListPullTimeUpdateExclusionsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


878
879
880
# File 'sig/types.rbs', line 878

def pull_time_update_exclusions
  @pull_time_update_exclusions
end