Class: Aws::Types::DescribeTopicRefreshRequest

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)


5147
5148
5149
# File 'sig/types.rbs', line 5147

def 
  @aws_account_id
end

#refresh_id::String

Returns the value of attribute refresh_id.

Returns:

  • (::String)


5149
5150
5151
# File 'sig/types.rbs', line 5149

def refresh_id
  @refresh_id
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5148
5149
5150
# File 'sig/types.rbs', line 5148

def topic_id
  @topic_id
end