Class: Aws::Types::DeleteTopicRefreshScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4139
4140
4141
# File 'sig/types.rbs', line 4139

def 
  @aws_account_id
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


4141
4142
4143
# File 'sig/types.rbs', line 4141

def dataset_id
  @dataset_id
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


4140
4141
4142
# File 'sig/types.rbs', line 4140

def topic_id
  @topic_id
end