Class: Aws::Types::CreateServiceProfileRequest

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)


281
282
283
# File 'sig/types.rbs', line 281

def client_request_token
  @client_request_token
end

#lo_ra_wan ⇒ Types::LoRaWANServiceProfile

Returns the value of attribute lo_ra_wan.



279
280
281
# File 'sig/types.rbs', line 279

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def name
  @name
end

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

Returns the value of attribute tags.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def tags
  @tags
end