Class: Aws::Types::CreateExtendedSourceServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExtendedSourceServerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_server_arn ⇒ ::String
Returns the value of attribute source_server_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#source_server_arn ⇒ ::String
Returns the value of attribute source_server_arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def source_server_arn @source_server_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
69 70 71 |
# File 'sig/types.rbs', line 69 def @tags end |