Class: Aws::Types::DisassociateResourceShareRequest

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)


179
180
181
# File 'sig/types.rbs', line 179

def client_token
  @client_token
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:

  • (::Array[::String])


178
179
180
# File 'sig/types.rbs', line 178

def principals
  @principals
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


177
178
179
# File 'sig/types.rbs', line 177

def resource_arns
  @resource_arns
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def resource_share_arn
  @resource_share_arn
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


180
181
182
# File 'sig/types.rbs', line 180

def sources
  @sources
end