Class: Aws::Types::CreateTemplateShareInput

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)


463
464
465
# File 'sig/types.rbs', line 463

def client_request_token
  @client_request_token
end

#shared_with ⇒ ::String

Returns the value of attribute shared_with.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def shared_with
  @shared_with
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def template_arn
  @template_arn
end