Class: Aws::Types::CreateTopicRefreshScheduleResponse

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)


2724
2725
2726
# File 'sig/types.rbs', line 2724

def dataset_arn
  @dataset_arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2726
2727
2728
# File 'sig/types.rbs', line 2726

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2725
2726
2727
# File 'sig/types.rbs', line 2725

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


2723
2724
2725
# File 'sig/types.rbs', line 2723

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2722
2723
2724
# File 'sig/types.rbs', line 2722

def topic_id
  @topic_id
end