Class: Aws::Types::AssociateResourceShareRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def client_token
  @client_token
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:

  • (::Array[::String])


41
42
43
# File 'sig/types.rbs', line 41

def principals
  @principals
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


40
41
42
# File 'sig/types.rbs', line 40

def resource_arns
  @resource_arns
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def resource_share_arn
  @resource_share_arn
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


43
44
45
# File 'sig/types.rbs', line 43

def sources
  @sources
end