Class: Aws::Types::GetStorageProfileForQueueRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1618
1619
1620
# File 'sig/types.rbs', line 1618

def farm_id
  @farm_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def queue_id
  @queue_id
end

#storage_profile_id::String

Returns the value of attribute storage_profile_id.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def storage_profile_id
  @storage_profile_id
end