Class: Aws::Types::CreateShareRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#principal_subscriber::String

Returns the value of attribute principal_subscriber.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def principal_subscriber
  @principal_subscriber
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def resource_arn
  @resource_arn
end

#share_name::String

Returns the value of attribute share_name.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def share_name
  @share_name
end