Class: Aws::Types::CreatePartnerInputRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_id::String

Returns the value of attribute input_id.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def input_id
  @input_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


760
761
762
# File 'sig/types.rbs', line 760

def tags
  @tags
end