Class: Aws::Types::CreateProfileShareInput

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)


435
436
437
# File 'sig/types.rbs', line 435

def client_request_token
  @client_request_token
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def profile_arn
  @profile_arn
end

#shared_with ⇒ ::String

Returns the value of attribute shared_with.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def shared_with
  @shared_with
end