Class: Aws::Types::AssociateAwsAccountWithPartnerAccountRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def client_request_token
  @client_request_token
end

#sidewalk ⇒ Types::SidewalkAccountInfo

Returns the value of attribute sidewalk.



49
50
51
# File 'sig/types.rbs', line 49

def sidewalk
  @sidewalk
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def tags
  @tags
end