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)


5380
5381
5382
# File 'sig/types.rbs', line 5380

def 
  @aws_account_id
end

#refresh_id::String

Returns the value of attribute refresh_id.

Returns:

  • (::String)


5382
5383
5384
# File 'sig/types.rbs', line 5382

def refresh_id
  @refresh_id
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5381
5382
5383
# File 'sig/types.rbs', line 5381

def topic_id
  @topic_id
end