Class: Aws::Types::DeleteProfileShareInput

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)


574
575
576
# File 'sig/types.rbs', line 574

def client_request_token
  @client_request_token
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def profile_arn
  @profile_arn
end

#share_id ⇒ ::String

Returns the value of attribute share_id.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def share_id
  @share_id
end