Class: Aws::Types::CreatePartnerInputRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePartnerInputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_id ⇒ ::String
Returns the value of attribute input_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#input_id ⇒ ::String
Returns the value of attribute input_id.
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.
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.
760 761 762 |
# File 'sig/types.rbs', line 760 def @tags end |