Class: Aws::Types::UpdateTopicRefreshScheduleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


13197
13198
13199
# File 'sig/types.rbs', line 13197

def dataset_arn
  @dataset_arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13199
13200
13201
# File 'sig/types.rbs', line 13199

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


13198
13199
13200
# File 'sig/types.rbs', line 13198

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


13196
13197
13198
# File 'sig/types.rbs', line 13196

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


13195
13196
13197
# File 'sig/types.rbs', line 13195

def topic_id
  @topic_id
end